about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-04-30 12:57:51 -0700
committerDavid S. Miller <davem@davemloft.net>2014-05-01 12:15:06 -0700
commit5331255b6eeafa74865b2e6af627cb712c41dafd (patch)
treea9d5fe7cfb4ad4af1dcb12bad7e1b158d281eca5 /ChangeLog
parent4fdfe821e20a70670b3d03deb2abed5d8c83e51b (diff)
downloadglibc-5331255b6eeafa74865b2e6af627cb712c41dafd.tar.gz
glibc-5331255b6eeafa74865b2e6af627cb712c41dafd.tar.xz
glibc-5331255b6eeafa74865b2e6af627cb712c41dafd.zip
Fix v9/64-bit strcmp when string ends in multiple zero bytes.
	[BZ #16885]
	* sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
	multiple zero bytes exist at the end of a string.
	Reported by Aurelien Jarno <aurelien@aurel32.net>

	* string/test-strcmp.c (check): Add explicit test for situations where
	there are multiple zero bytes after the first.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55724f6fef..581d243345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-01  David S. Miller  <davem@davemloft.net>
+
+	[BZ #16885]
+	* sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
+	multiple zero bytes exist at the end of a string.
+	Reported by Aurelien Jarno <aurelien@aurel32.net>
+
+	* string/test-strcmp.c (check): Add explicit test for situations where
+	there are multiple zero bytes after the first.
+
 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
 
 	[BZ #16890]