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)