From eaa2ea12a27561393da77bcf435dad34d84d3e14 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 7 Sep 2006 10:42:04 +0000 Subject: * 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. --- fedora/glibc.spec.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fedora') diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 791e04b0a8..0ffcae11a8 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1455,10 +1455,13 @@ rm -f *.filelist* %changelog * Thu Sep 7 2006 Jakub Jelinek 2.4.90-30 -- fix or_IN February name (#204730) -- fix pthread_create called from cancellation handlers (BZ#3124) - add librtkaio, to use it add /%{lib}/rtkaio to your LD_LIBRARY_PATH or /etc/ld.so.conf +- fix or_IN February name (#204730) +- fix pthread_create called from cancellation handlers (BZ#3124) +- fix regex case insensitive searches with characters where upper + and lower case multibyte representations have different length + (e.g. I and dotless i, #202991) * Tue Sep 5 2006 Jakub Jelinek 2.4.90-29 - randomize resolver query ids before use instead after use (#205113) -- cgit v1.2.3