]> sourceware.org Git - glibc.git/commit
Fix unnecessary overallocation due to incomplete character
authorUlrich Drepper <drepper@gmail.com>
Sat, 28 May 2011 21:14:30 +0000 (17:14 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 28 May 2011 21:14:30 +0000 (17:14 -0400)
commit8887a920a4b81a500f54893250085e0d1a52cf9a
tree94355b4c7eefa011600c53ea0dcaaa8b152eacb6
parent4f031072a5055abd83717820b59efdaa463d5853
Fix unnecessary overallocation due to incomplete character

When incomplete characters are found at the end of a string the
code ran amok and allocated lots of memory.  Stricter limits
are now in place.
ChangeLog
NEWS
posix/Makefile
posix/bug-regex32.c [new file with mode: 0644]
posix/regex_internal.c
posix/regexec.c
This page took 0.03951 seconds and 5 git commands to generate.