summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-03-20 23:25:01 +0100
committerLudovic Courtès <ludo@gnu.org>2023-03-20 23:25:01 +0100
commite334e59589c3cbfc68d3f7d0d739000e0876b36d (patch)
treef38fa05acfa73cf72e50caa57c2db8f048eb2b7f
parentcba2e7e3fec3c781230570f5d1ef070625eeeda8 (diff)
downloadguile-e334e59589c3cbfc68d3f7d0d739000e0876b36d.tar.gz
Update NEWS.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 167b0f2ad..cad53ea03 100644
--- a/NEWS
+++ b/NEWS
@@ -25,8 +25,8 @@ the compiler reports it as "possibly unused".
** (ice-9 suspendable-ports) incorrect UTF-8 decoding
(https://bugs.gnu.org/62290)
-
-* Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
+** Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
+ (<https://bugs.gnu.org/56413>)
This issue could cause `scm_from_utf8_symbol' and
`scm_from_utf8_symboln` to incorrectly conclude that the symbol hadn't
@@ -34,7 +34,7 @@ already been interned, and then create a new one, which of course
wouldn't be `eq?' to the other(s). The incorrect hash was the result of
a buffer overrun, and so might vary. This problem affected a number of
other operations, given the internal use of those functions.
-(<https://bugs.gnu.org/56413>)
+
Changes in 3.0.9 (since 3.0.8)