1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Update NEWS.

This commit is contained in:
Ludovic Courtès 2023-03-20 23:25:01 +01:00
parent cba2e7e3fe
commit e334e59589
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

6
NEWS
View file

@ -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)