summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-12-07 14:34:21 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-12-07 14:37:55 -0800
commit8f3e5e5046055bc00151fe28b50ac438270e23b3 (patch)
tree8e425da076ba1ed2c28df83e98dae4285af6cdee /ChangeLog
parentcdebefdc665ef39bfc1467933b3c2c6a5b74bbe4 (diff)
downloadgnulib-8f3e5e5046055bc00151fe28b50ac438270e23b3.tar.gz
regex: pacify Coverity clean_state_log_if_needed
Problem reported by Robbie Harwood in: https://lists.gnu.org/r/bug-gnulib/2021-12/msg00005.html * lib/regexec.c (clean_state_log_if_needed): Add a DEBUG_ASSERT; this both pacifies Coverity and will help to debug in case some other change mistakenly causes the assertion to become false.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e96eb7f7..bb3edbe44a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-12-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ regex: pacify Coverity clean_state_log_if_needed
+ Problem reported by Robbie Harwood in:
+ https://lists.gnu.org/r/bug-gnulib/2021-12/msg00005.html
+ * lib/regexec.c (clean_state_log_if_needed):
+ Add a DEBUG_ASSERT; this both pacifies Coverity and
+ will help to debug in case some other change mistakenly
+ causes the assertion to become false.
+
2021-12-07 Bruno Haible <bruno@clisp.org>
gettext-h: Optimize also for clang.