From b3f479a85a3e191befbe821d787d7f71c0f64e79 Mon Sep 17 00:00:00 2001 From: Liubov Dmitrieva Date: Wed, 15 Aug 2012 21:06:55 +0200 Subject: Fix segmentation fault in strncasecmp for i686 2012-08-15 Liubov Dmitrieva [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 119f929..de9580d 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,8 @@ Version 2.17 * The following bugs are resolved with this release: 6778, 6808, 13717, 13939, 14042, 14090, 14166, 14150, 14151, 14154, 14157, - 14166, 14173, 14283, 14298, 14303, 14307, 14328, 14331, 14336, 14337, - 14347, 14349 + 14166, 14173, 14195, 14283, 14298, 14303, 14307, 14328, 14331, 14336, + 14337, 14347, 14349 * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and -- cgit v1.1