* posix/regex_internal.c (re_string_reconstruct): Handlecvs/fedora-glibc-2_4_90-30
commiteaa2ea12a27561393da77bcf435dad34d84d3e14
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Sep 2006 10:42:04 +0000 (7 10:42 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 7 Sep 2006 10:42:04 +0000 (7 10:42 +0000)
tree6e62528215ef815a96aea18ed1f6e40915aca6ec
parent8021fca5412b5b1664e806556205d5cede365974
* posix/regex_internal.c (re_string_reconstruct): Handle
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.
ChangeLog
fedora/glibc.spec.in
posix/Makefile
posix/bug-regex26.c [new file with mode: 0644]
posix/regex_internal.c