]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Fix x86_64 memchr for large input sizes
[thirdparty/glibc.git] / ChangeLog
index f090910793f4404df793e5ad62fbda78fca61901..297205c8af436eade6c1248ed2b9fbb0d753827f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       [BZ# 19387]
+       * sysdeps/x86_64/memchr.S (memchr): Avoid overflow in pointer
+       addition.
+       * string/test-memchr.c (do_test): Remove alignment limitation.
+       (test_main): Add test that trigger BZ# 19387.
+
 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
 
        [BZ #7065]