~ chicken-core (master) 549c11ef4c16c8c48077208171172eb3e924c595
commit 549c11ef4c16c8c48077208171172eb3e924c595
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Sep 1 14:53:40 2026 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Sep 1 14:53:40 2026 +0200
updated NEWS
diff --git a/NEWS b/NEWS
index d020c481..b3043012 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@
incorrect output or crash due to out of bounds read (reported by crzcrz).
- The deprecated "chicken-home" and "define-record-printer" have been
removed.
+ - Fix "=" raising an error when passed a complex number and a bignum,
+ returning #f instead (reported by "crzcrz").
+ - Fixed various potential buffer overflows in runtime system, reported
+ with fixes by "crzcrz".
- Syntax expander
- Fixed bug in handling of "export-all" library declaration which caused
Trap