about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorStanislav Brabec <sbrabec@suse.cz>2012-02-28 16:16:45 +0100
committerAndreas Jaeger <aj@suse.de>2012-02-28 16:16:45 +0100
commit71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97 (patch)
tree4ba1f111e4f9077efd9842ead4203ae5e2ff46bb /posix/Makefile
parent450bf206b4eba7e2288bc6c6e487f60e26165dce (diff)
downloadglibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.tar.gz
glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.tar.xz
glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.zip
[BZ #13637]
	* posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
	of remain_len that may cause incomplete multi-byte character and
	false match.
	* posix/bug-regex33.c: New file.
	* posix/Makefile (tests): Add bug-regex33.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index ba892f1893..565861f7dd 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -82,7 +82,7 @@ tests		:= tstgetopt testfnm runtests runptests	     \
 		   bug-regex21 bug-regex22 bug-regex23 bug-regex24 \
 		   bug-regex25 bug-regex26 bug-regex27 bug-regex28 \
 		   bug-regex29 bug-regex30 bug-regex31 bug-regex32 \
-		   tst-nice tst-nanosleep tst-regex2 \
+		   bug-regex33 tst-nice tst-nanosleep tst-regex2 \
 		   transbug tst-rxspencer tst-pcre tst-boost \
 		   bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 tst-waitid \
 		   tst-getaddrinfo2 bug-glob1 bug-glob2 bug-glob3 tst-sysconf \
@@ -208,6 +208,7 @@ bug-regex25-ENV = LOCPATH=$(common-objpfx)localedata
 bug-regex26-ENV = LOCPATH=$(common-objpfx)localedata
 bug-regex30-ENV = LOCPATH=$(common-objpfx)localedata
 bug-regex32-ENV = LOCPATH=$(common-objpfx)localedata
+bug-regex33-ENV = LOCPATH=$(common-objpfx)localedata
 tst-rxspencer-ARGS = --utf8 rxspencer/tests
 tst-rxspencer-ENV = LOCPATH=$(common-objpfx)localedata
 tst-pcre-ARGS = PCRE.tests