about summary refs log tree commit diff
path: root/posix/bug-regex32.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-0/+36
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.