From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18552 invoked by alias); 6 Apr 2018 20:16:54 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 18447 invoked by uid 89); 6 Apr 2018 20:16:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HCc:D*se X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Apr 2018 20:16:50 +0000 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w36KEpOP054553 for ; Fri, 6 Apr 2018 16:16:49 -0400 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0b-001b2d01.pphosted.com with ESMTP id 2h6bxahhwf-1 (version=TLSv1.2 cipher=AES256-SHA256 bits=256 verify=NOT) for ; Fri, 06 Apr 2018 16:16:48 -0400 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 6 Apr 2018 16:16:48 -0400 Received: from b01cxnp22035.gho.pok.ibm.com (9.57.198.25) by e17.ny.us.ibm.com (146.89.104.204) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 6 Apr 2018 16:16:46 -0400 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22035.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w36KGjQX55509136; Fri, 6 Apr 2018 20:16:45 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D314EAC040; Fri, 6 Apr 2018 16:18:07 -0400 (EDT) Received: from shinano (unknown [9.80.230.4]) by b01ledav006.gho.pok.ibm.com (Postfix) with SMTP id 03D52AC03F; Fri, 6 Apr 2018 16:18:05 -0400 (EDT) Received: by shinano (sSMTP sendmail emulation); Fri, 06 Apr 2018 17:16:42 -0300 From: Tulio Magno Quites Machado Filho To: Raphael Moreira Zinsly Cc: libc-stable@sourceware.org, arjun.is@lostca.se, "Carlos O'Donell" Cc: Subject: Re: [PATCH 2.22] Synchronize support/ infrastructure with master In-Reply-To: <1522848147-18128-1-git-send-email-rzinsly@linux.vnet.ibm.com> References: <87po3h3cpz.fsf@linux.ibm.com> <1522848147-18128-1-git-send-email-rzinsly@linux.vnet.ibm.com> User-Agent: Notmuch/0.25 (http://notmuchmail.org) Emacs/25.3.1 (x86_64-redhat-linux-gnu) Date: Mon, 01 Jan 2018 00:00:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 18040620-0040-0000-0000-00000412AE8D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008813; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000256; SDB=6.01014089; UDB=6.00516962; IPR=6.00793349; MB=3.00020452; MTD=3.00000008; XFM=3.00000015; UTC=2018-04-06 20:16:47 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18040620-0041-0000-0000-00000813C4CA Message-Id: <873708ks45.fsf@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-04-06_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1804060202 X-SW-Source: 2018-04/txt/msg00007.txt.bz2 Raphael Moreira Zinsly writes: > This commit updates the support/ subdirectory to > commit 2714c5f3c95f90977167c1d21326d907fb76b419 > on the master branch and modifies Makeconfig, > Rules, and extra-lib.mk accordingly. > > (cherry picked from commit 4c5785aa129a5d195fc1cd5c7fcd6f62c2b0ff0c) This patch does solve part of the issues, but it isn't enough to make posix/tst-glob-tilde-mem and io/tst-getcwd-abspath to pass. I removed the following patches and pushed the rest: [PATCH 2.22 02/14] CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320] [PATCH 2.22 03/14] glob: Add new test tst-glob-tilde [PATCH 2.22 05/14] glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332] [PATCH 2.22 11/14] linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679] We can continue to work on these patches after this. -- Tulio Magno