From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by sourceware.org (Postfix) with ESMTPS id B3A3F3890426 for ; Mon, 25 May 2020 14:10:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B3A3F3890426 Received: from pps.filterd (m0098409.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 04PE2Anv092698 for ; Mon, 25 May 2020 10:10:47 -0400 Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com with ESMTP id 316y4tfkev-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 25 May 2020 10:10:47 -0400 Received: from m0098409.ppops.net (m0098409.ppops.net [127.0.0.1]) by pps.reinject (8.16.0.36/8.16.0.36) with SMTP id 04PE2Hon093530 for ; Mon, 25 May 2020 10:10:47 -0400 Received: from ppma02wdc.us.ibm.com (aa.5b.37a9.ip4.static.sl-reverse.com [169.55.91.170]) by mx0a-001b2d01.pphosted.com with ESMTP id 316y4tfked-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 25 May 2020 10:10:47 -0400 Received: from pps.filterd (ppma02wdc.us.ibm.com [127.0.0.1]) by ppma02wdc.us.ibm.com (8.16.0.42/8.16.0.42) with SMTP id 04PE5a5Y024231; Mon, 25 May 2020 14:10:46 GMT Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by ppma02wdc.us.ibm.com with ESMTP id 316uf9c2bg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 25 May 2020 14:10:46 +0000 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 04PEAjc141484664 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 25 May 2020 14:10:45 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 852FBBE051; Mon, 25 May 2020 14:10:45 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5F52CBE04F; Mon, 25 May 2020 14:10:44 +0000 (GMT) Received: from localhost.localdomain (unknown [9.65.233.219]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Mon, 25 May 2020 14:10:44 +0000 (GMT) Subject: Re: [PATCH] mbstowcs: Document, test, and fix null pointer dst semantics. To: Florian Weimer , "Carlos O'Donell via Libc-alpha" Cc: "Carlos O'Donell" , Martin Sebor References: <63ea09de-e943-c26e-c821-093ba303d76b@redhat.com> <878ee9be-8ff8-5c15-e507-1b7d64deaa25@linux.ibm.com> <87wo53292m.fsf@oldenburg2.str.redhat.com> From: Matheus Castanho Message-ID: <8a0edaad-a511-2847-23c3-dcc220b8a8ef@linux.ibm.com> Date: Mon, 25 May 2020 11:10:42 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <87wo53292m.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-05-25_09:2020-05-25, 2020-05-25 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 malwarescore=0 adultscore=0 impostorscore=0 phishscore=0 spamscore=0 cotscore=-2147483648 lowpriorityscore=0 mlxscore=0 priorityscore=1501 mlxlogscore=999 clxscore=1015 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2004280000 definitions=main-2005250105 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 25 May 2020 14:10:50 -0000 On 5/22/20 2:06 PM, Florian Weimer wrote: > * Carlos O'Donell via Libc-alpha: > >> On 5/22/20 12:15 PM, Matheus Castanho wrote: >>> Just tested the patch (on ppc64le) and the problem I reported on the >>> Bugzilla issue has been solved. >>> >>> Thanks for working on the fix. >> >> Matheus thanks for testing! >> >> Can you please provide the URL to the bug? > > It's a comment on bug 25219: > > That's the one. Thanks, Florian. I just commented on the issue since it was related to that topic. -- Matheus Castanho