aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-01-22 12:41:12 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 12:41:12 -0800
commitaef699dce14a56ff0f212f533e5ea485d3cec96a (patch)
tree99353c1327b3979272d8a339663fe08d878fe482 /ChangeLog
parent74bc9f14db655d2fdc9018d396af326e9b9bdf3f (diff)
downloadglibc-aef699dce14a56ff0f212f533e5ea485d3cec96a.zip
glibc-aef699dce14a56ff0f212f533e5ea485d3cec96a.tar.gz
glibc-aef699dce14a56ff0f212f533e5ea485d3cec96a.tar.bz2
regexec.c: avoid overflow in realloc buffer length computation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 969326d..91725d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-22 Jim Meyering <jim@meyering.net>
+ [BZ #11193]
+ * posix/regexec.c (extend_buffers): Avoid overflow in realloc
+ buffer length computation.
+
[BZ #11192]
* posix/regexec.c (re_copy_regs): Don't leak when allocation
of the start buffer succeeds but allocation of the "end" one fails.