From c84a2ab35645e637a09950110cb7a29810f0eaaf Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 10 Sep 2018 13:39:38 -0400 Subject: [PATCH] Issue #276 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cee80b63..28a91486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Features Bug Fixes - Fix `input-port?`, `output-port?`, `input-port-open?`, and `output-port-open?` to return `#f` instead of raising an error when a non-port object is passed. +- Fix overflow detection when performing fixnum multiplication to avoid undefined behavior in the C runtime. ## 0.9.2 - August 26, 2018