summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-22 09:48:35 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 09:48:35 -0800
commit22364644882b6cf426ed13be5b6480c3a9210eb1 (patch)
tree57908032218d730f63226bbc1c87d5969d455bf4 /ChangeLog
parent54dd0ab31fe2b2168ba1a6180a0c05941fb54b3c (diff)
downloadglibc-22364644882b6cf426ed13be5b6480c3a9210eb1.tar.gz
glibc-22364644882b6cf426ed13be5b6480c3a9210eb1.tar.xz
glibc-22364644882b6cf426ed13be5b6480c3a9210eb1.zip
Extend overflow detection in re_dfa_add_node.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7afc90cde6..98c36d5012 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