summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-10-18 14:50:16 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-10-18 14:52:55 -0700
commitf14df82a3f36f833ad1174d293c9c2e33f2a2bea (patch)
treef64ae4e81d9a54a73a9d57e90e1beabb20a4dbf5 /config
parent720d73c395bb2fcbae3566339a4102b485aa491d (diff)
downloadgnulib-f14df82a3f36f833ad1174d293c9c2e33f2a2bea.tar.gz
regex: fix buffer read overrrun
* config/srclist.txt: Remove posix/regexec.c for now. * lib/regexec.c (re_search_internal): Fix buffer read overrun reported by Benno Schulenberg in: https://lists.gnu.org/r/bug-gnulib/2021-10/msg00035.html
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 16b61721aa..83e251def9 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -70,7 +70,7 @@ $LIBCSRC posix/regex.c lib
$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib
$LIBCSRC posix/regex_internal.h lib
-$LIBCSRC posix/regexec.c lib
+#$LIBCSRC posix/regexec.c lib
#$LIBCSRC stdlib/canonicalize lib/canonicalize-lgpl.c
#$LIBCSRC sysdeps/generic/eloop-threshold.h lib
$LIBCSRC time/timegm.c lib