aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-01-22 12:33:58 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 12:33:58 -0800
commit74bc9f14db655d2fdc9018d396af326e9b9bdf3f (patch)
tree2cb1d196ab7946258bf5df109d2974cabb349c50 /ChangeLog
parent42a2c9b5c3c92f7e2f556d7bc9dc80e557484574 (diff)
downloadglibc-74bc9f14db655d2fdc9018d396af326e9b9bdf3f.zip
glibc-74bc9f14db655d2fdc9018d396af326e9b9bdf3f.tar.gz
glibc-74bc9f14db655d2fdc9018d396af326e9b9bdf3f.tar.bz2
regexec.c: avoid leaks on out-of-memory failure paths
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6167fa..969326d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-22 Jim Meyering <jim@meyering.net>
+ [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.
+
[BZ #11191]
* posix/regexec.c (re_search_2_stub): Check for overflow
when adding the sizes of the two strings.