summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:22:14 +0200
committerBruno Haible <bruno@clisp.org>2023-05-05 13:04:11 +0200
commit78b1f3957a068a18428d8109042521ea48de6c05 (patch)
tree52f2328248de3e332de6d3fa3a0151c7d575fa3a /ChangeLog
parent02a95ede0c9a6634ce0a72d5f8508104b8fb8951 (diff)
downloadgnulib-stable-202207.tar.gz
wcswidth: Fix result in case of overflow.stable-202207
* lib/wcswidth-impl.h (wcswidth): Continue searching for a non-printing wide character after the total width has become > INT_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad0d96cb4d..6a17a1e3bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-05-04 Bruno Haible <bruno@clisp.org>
+
+ wcswidth: Fix result in case of overflow.
+ * lib/wcswidth-impl.h (wcswidth): Continue searching for a non-printing
+ wide character after the total width has become > INT_MAX.
+
2023-05-03 Bruno Haible <bruno@clisp.org>
vasnprintf: Make '0' flag handling more ISO C compliant.