]> Savannah Git Hosting - gnulib.git/commit
regex: work around a bug in glibc-2.27 and prior
authorJim Meyering <meyering@fb.com>
Sat, 15 Dec 2018 23:24:21 +0000 (15:24 -0800)
committerJim Meyering <meyering@fb.com>
Sat, 15 Dec 2018 23:28:10 +0000 (15:28 -0800)
commit55a4abd92a0a8fa0a9d9aff3892505f7b0c6d73c
tree7d29b8ee9b601445e886ec0c7a248a5447b2396e
parenta31e63fd605e0f91a0f02b68bd05f57c5422fb56
regex: work around a bug in glibc-2.27 and prior

* m4/regex.m4 (gl_REGEX): Reject any system regexp that gets a failed
assertion for /0|()0|\1|0/.
* tests/test-regex.c (main): Add the same test here.
ChangeLog
m4/regex.m4
tests/test-regex.c