]> git.ipfire.org Git - thirdparty/glibc.git/commit
regex: fix storage-exhaustion error
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Sep 2018 06:57:08 +0000 (23:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Dec 2018 15:08:29 +0000 (07:08 -0800)
commitef202e530c2384d6a47951ed1c6b63ed945e462f
tree891f998913622e9578bedf7dc922551b63669e6d
parent077caf61d867d4cab49b5aa42da1611868596fe7
regex: fix storage-exhaustion error

[BZ #18040]
* posix/regexec.c (get_subexp):
Do not continue if storage is exhausted.
ChangeLog
posix/regexec.c