aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-01-22 10:52:38 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 10:52:38 -0800
commitdaa8454919de6c4e8b914c5d45276abd20baab08 (patch)
tree6cfa85d7ad5f6eaacc531ff168bb9045830a1d59 /ChangeLog
parentd044d844dd011bb26317ac36da2d22ebe19621b1 (diff)
downloadglibc-daa8454919de6c4e8b914c5d45276abd20baab08.zip
glibc-daa8454919de6c4e8b914c5d45276abd20baab08.tar.gz
glibc-daa8454919de6c4e8b914c5d45276abd20baab08.tar.bz2
regexec.c: avoid arithmetic overflow in buffer size calculation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4fb74f..9b3fe33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-22 Jim Meyering <jim@meyering.net>
+ [BZ #11188]
+ * posix/regexec.c (build_trtable): Avoid arithmetic overflow
+ in size calculation.
+
[BZ #11187]
* posix/regexec.c (re_search_2_stub): Use simpler method than
boolean for freeing internal storage.