From patchwork Mon Dec 22 19:45:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Metcalf X-Patchwork-Id: 4398 Received: (qmail 9692 invoked by alias); 22 Dec 2014 19:47:06 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 9670 invoked by uid 89); 22 Dec 2014 19:47:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL, BAYES_50, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: emea01-db3-obe.outbound.protection.outlook.com Message-ID: <201412221946.sBMJkvdT029859@farm-0002.internal.tilera.com> From: Chris Metcalf Date: Mon, 22 Dec 2014 14:45:02 -0500 Subject: [COMMITTED] Update NEWS and ChangeLog with two tile bug fixes. To: X-EOPAttributedMessage: 0 Received-SPF: Fail (protection.outlook.com: domain of ezchip.com does not designate 12.216.194.146 as permitted sender) receiver=protection.outlook.com; client-ip=12.216.194.146; helo=farm-0002.internal.tilera.com; Authentication-Results: spf=fail (sender IP is 12.216.194.146) smtp.mailfrom=cmetcalf@ezchip.com; X-Forefront-Antispam-Report: CIP:12.216.194.146; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10009020)(6009001)(339900001)(377424004)(199003)(189002)(2351001)(450100001)(104016003)(97736003)(50986999)(62966003)(120916001)(50466002)(20776003)(86362001)(19580395003)(6806004)(47776003)(87936001)(19580405001)(77156002)(64706001)(54356999)(48376002)(107046002)(4396001)(42186005)(68736005)(46102003)(229853001)(107886001)(110136001)(106476002)(92566001)(106466001)(106356001)(105606002)(99396003)(103666002)(31966008)(21056001)(9376004); DIR:OUT; SFP:1101; SCL:1; SRVR:DB3PR02MB217; H:farm-0002.internal.tilera.com; FPR:; SPF:Fail; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DB3PR02MB217; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004); SRVR:DB3PR02MB217; X-Forefront-PRVS: 0433DB2766 X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:DB3PR02MB217; X-OriginatorOrg: ezchip.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 22 Dec 2014 19:46:58.7844 (UTC) X-MS-Exchange-CrossTenant-Id: 0fc16e0a-3cd3-4092-8b2f-0a42cff122c3 X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=0fc16e0a-3cd3-4092-8b2f-0a42cff122c3; Ip=[12.216.194.146] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB3PR02MB217 I committed fixes without references to bug numbers. Bug 17744: commit 95dee05f. Bug 17745: commit e969965a. --- ChangeLog | 2 ++ NEWS | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74a4de336d12..4ad8b90161cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,7 @@ 2014-12-21 Chris Metcalf + [BZ #17745] * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition... * sysdeps/tile/ffsll.c (ffsll): To here. @@ -97,6 +98,7 @@ 2014-12-19 Chris Metcalf + [BZ #17744] * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not strnlen. diff --git a/NEWS b/NEWS index f66d1ee933fd..cf0756b2e04b 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ Version 2.21 17522, 17555, 17570, 17571, 17572, 17573, 17574, 17581, 17582, 17583, 17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630, 17633, 17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719, - 17722, 17724, 17725, 17733. + 17722, 17724, 17725, 17733, 17744, 17745. * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for