about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-01-22 12:15:53 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 12:15:53 -0800
commiteadc09f22cd81dd0153fba0fd8514261ea9b4196 (patch)
treef9d60b20a484365fb497fe9fc8d7b545d3a0a116 /ChangeLog
parent4cd028677b55c8be454bb06f0b28a8b41beffe9b (diff)
downloadglibc-eadc09f22cd81dd0153fba0fd8514261ea9b4196.tar.gz
glibc-eadc09f22cd81dd0153fba0fd8514261ea9b4196.tar.xz
glibc-eadc09f22cd81dd0153fba0fd8514261ea9b4196.zip
re_search_internal: Avoid overflow in computing re_malloc buffer size
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1975f6def7..31251f16c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-22  Jim Meyering  <jim@meyering.net>
 
+	[BZ #11190]
+	* posix/regexec.c (re_search_internal): Avoid overflow
+	in computing re_malloc buffer size.
+
 	[BZ #11189]
 	* posix/regexec.c (prune_impossible_nodes): Avoid overflow
 	in computing re_malloc buffer size.