about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-01-21 11:08:13 -0800
committerAurelien Jarno <aurelien@aurel32.net>2019-03-16 23:32:36 +0100
commit2aee101ff6075dd97a99982a1ba29e21ec25c52f (patch)
tree8830d994dfc2177b900a9dd0828833eb155a4b6d /ChangeLog
parent4bf5ab3196bd27e48d87d4a1cd91efd39772e026 (diff)
downloadglibc-2aee101ff6075dd97a99982a1ba29e21ec25c52f.tar.gz
glibc-2aee101ff6075dd97a99982a1ba29e21ec25c52f.tar.xz
glibc-2aee101ff6075dd97a99982a1ba29e21ec25c52f.zip
regex: fix read overrun [BZ #24114]
Problem found by AddressSanitizer, reported by Hongxu Chen in:
https://debbugs.gnu.org/34140
* posix/regexec.c (proceed_next_node):
Do not read past end of input buffer.

(cherry picked from commit 583dd860d5b833037175247230a328f0050dbfe9)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5011123eb..0ef60fa5ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2019-01-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+	regex: fix read overrun [BZ #24114]
+	Problem found by AddressSanitizer, reported by Hongxu Chen in:
+	https://debbugs.gnu.org/34140
+	* posix/regexec.c (proceed_next_node):
+	Do not read past end of input buffer.
+
 2018-11-07  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #23864]