summaryrefslogtreecommitdiff
path: root/posix/bug-regex26.c
AgeCommit message (Collapse)Author
2006-09-07 * posix/regex_internal.c (re_string_reconstruct): Handlecvs/fedora-glibc-2_4_90-30Jakub Jelinek
offset < pstr->valid_raw_len && pstr->offsets_needed case. Ensure no bytes read before raw_mbs array. Pass a saved copy of pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to re_string_context_at. * posix/Makefile: Add rules to build and run bug-regex26 test. * posix/bug-regex26.c: New test.