From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-2.6 required=3.0 tests=AWL,BAYES_00,BODY_8BITS, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_MED, RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 386EF1F8C6 for ; Mon, 9 Aug 2021 14:51:21 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2F30D389683A for ; Mon, 9 Aug 2021 14:51:20 +0000 (GMT) Received: from beige.elm.relay.mailchannels.net (beige.elm.relay.mailchannels.net [23.83.212.16]) by sourceware.org (Postfix) with ESMTPS id B1377385E019 for ; Mon, 9 Aug 2021 14:51:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B1377385E019 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 4468818253C; Mon, 9 Aug 2021 14:51:00 +0000 (UTC) Received: from pdx1-sub0-mail-a49.g.dreamhost.com (100-96-16-104.trex.outbound.svc.cluster.local [100.96.16.104]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id C7BFA1816D1; Mon, 9 Aug 2021 14:50:59 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a49.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.104 (trex/6.3.3); Mon, 09 Aug 2021 14:51:00 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Grain-Belong: 47305edf7142dd7b_1628520660043_1782792903 X-MC-Loop-Signature: 1628520660043:1805088008 X-MC-Ingress-Time: 1628520660043 Received: from pdx1-sub0-mail-a49.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a49.g.dreamhost.com (Postfix) with ESMTP id 7BFA78CE0E; Mon, 9 Aug 2021 07:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=yumIqa WZFIQBVPeGwYZESUn1yeQ=; b=EwWRDPnp8gmc3NwH2HauAZlUZdAWeT1YzVTK69 l9UtXUSTo/LnZDdbeRLbBZls4g4C5iwr16d5kaHAopAGQmuTdTK/HUGrR/W/nWvC wo2OwZF5EUvn1Q5FQ0VsOFu3E/vdr2q1Jy1QOyiW11vndgPe7IIRWdp8DlqhwmUY vO0y0= Received: from [192.168.1.159] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a49.g.dreamhost.com (Postfix) with ESMTPSA id 411D87E582; Mon, 9 Aug 2021 07:50:56 -0700 (PDT) Subject: Re: [PATCH] librt: fix NULL pointer dereference (bug 28213) To: =?UTF-8?B?0J3QuNC60LjRgtCwINCf0L7Qv9C+0LI=?= , libc-alpha@sourceware.org References: <5e77e8ef-f526-045b-945f-c582f2c8144c@gotplt.org> X-DH-BACKEND: pdx1-sub0-mail-a49 From: Siddhesh Poyarekar Message-ID: <4d8f4934-b900-9059-f86b-9bf38ae63101@gotplt.org> Date: Mon, 9 Aug 2021 20:20:51 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 8/9/21 7:15 PM, =D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0 =D0=9F=D0=BE=D0=BF= =D0=BE=D0=B2 via Libc-alpha wrote: > Thanks for the feedback. Yes, I confirm that I'm the original author > of this patch. Here is the adjusted version. If necessary, I can write > proof-of-concept and attach it here. I have pushed your patch now, thanks again. We can push the test as a=20 separate patch if it is deterministic. Thanks, Siddhesh