about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-09-05 23:57:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-12-16 07:08:29 -0800
commitef202e530c2384d6a47951ed1c6b63ed945e462f (patch)
tree891f998913622e9578bedf7dc922551b63669e6d /ChangeLog
parent077caf61d867d4cab49b5aa42da1611868596fe7 (diff)
downloadglibc-ef202e530c2384d6a47951ed1c6b63ed945e462f.tar.gz
glibc-ef202e530c2384d6a47951ed1c6b63ed945e462f.tar.xz
glibc-ef202e530c2384d6a47951ed1c6b63ed945e462f.zip
regex: fix storage-exhaustion error
[BZ #18040]
* posix/regexec.c (get_subexp):
Do not continue if storage is exhausted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fef13ec02..e0e7a74011 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-12-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+	regex: fix storage-exhaustion error
+	[BZ #18040]
+	* posix/regexec.c (get_subexp):
+	Do not continue if storage is exhausted.
+
 2018-12-15  Assaf Gordon  <assafgordon@gmail.com>
 
 	regex: fix heap-use-after-free error