summaryrefslogtreecommitdiff
path: root/posix/bug-regex32.c
AgeCommit message (Collapse)Author
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper
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.