From e334e59589c3cbfc68d3f7d0d739000e0876b36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 20 Mar 2023 23:25:01 +0100 Subject: Update NEWS. --- NEWS | 6 +++--- 1 file 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 + () 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. -() + Changes in 3.0.9 (since 3.0.8) -- cgit v1.2.1