aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-08-28 12:57:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-08-28 19:43:12 +0200
commit761404b74d9853ce1608195e24f25b78a910591a (patch)
tree779fa5928a195c9056561fcfd98a07ac0170e6d6 /ChangeLog
parentd6c44c3d0ca4b8b639803ddccb83b9b8722f45c1 (diff)
downloadglibc-761404b74d9853ce1608195e24f25b78a910591a.zip
glibc-761404b74d9853ce1608195e24f25b78a910591a.tar.gz
glibc-761404b74d9853ce1608195e24f25b78a910591a.tar.bz2
regex: Add test tst-regcomp-truncated [BZ #23578]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b12ad..ceb3ccc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2018-08-28 Florian Weimer <fweimer@redhat.com>
+ [BZ #23578]
+ * posix/tst-regcomp-truncated.c: New file.
+ * posix/Makefile (tests): Add it.
+ (tst-regcomp-truncated.out): Depend on generated locales.
+
+2018-08-28 Florian Weimer <fweimer@redhat.com>
+
* support/test-container.c (main): Treat unshare failure with
EPERM as an unsupported test.
@@ -51,6 +58,7 @@
2018-08-25 Paul Eggert <eggert@cs.ucla.edu>
+ [BZ #23578]
regex: fix uninitialized memory access
I introduced this bug into gnulib in commit
8335a4d6c7b4448cd0bcb6d0bebf1d456bcfdb17 dated 2006-04-10;