mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
Update NEWS.
This commit is contained in:
parent
cba2e7e3fe
commit
e334e59589
1 changed files with 3 additions and 3 deletions
6
NEWS
6
NEWS
|
@ -25,8 +25,8 @@ the compiler reports it as "possibly unused".
|
||||||
|
|
||||||
** (ice-9 suspendable-ports) incorrect UTF-8 decoding
|
** (ice-9 suspendable-ports) incorrect UTF-8 decoding
|
||||||
(https://bugs.gnu.org/62290)
|
(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
|
This issue could cause `scm_from_utf8_symbol' and
|
||||||
`scm_from_utf8_symboln` to incorrectly conclude that the symbol hadn't
|
`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
|
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
|
a buffer overrun, and so might vary. This problem affected a number of
|
||||||
other operations, given the internal use of those functions.
|
other operations, given the internal use of those functions.
|
||||||
(<https://bugs.gnu.org/56413>)
|
|
||||||
|
|
||||||
|
|
||||||
Changes in 3.0.9 (since 3.0.8)
|
Changes in 3.0.9 (since 3.0.8)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue