summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-22 09:48:35 -0800
committerPetr Baudis <pasky@ucw.cz>2010-05-12 01:35:30 +0200
commitea8e535ed1178b121e3ad5a5b2ebfd24a3bcf27b (patch)
tree4060f300511a536ef92e96b807d325061ad9c77b /ChangeLog
parent5238213a22c9e64eff78e1eda1763c6c4bf52bcd (diff)
Extend overflow detection in re_dfa_add_node.
(cherry picked from commit 22364644882b6cf426ed13be5b6480c3a9210eb1)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bd7e8b44a..4f777321f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-01-22 Jim Meyering <jim@meyering.net>
+ [BZ #11184]
+ * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
+ detection test. Patch by Paul Eggert.
+
+ [BZ #11183]
* posix/regex_internal.c (re_string_realloc_buffers):
Detect and handle internal overflow. Patch by Paul Eggert