[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1846: integer overflow when running 6.0.0pre1 tests (1)
From: |
Chicken Trac |
Subject: |
Re: #1846: integer overflow when running 6.0.0pre1 tests (1) |
Date: |
Fri, 31 Jan 2025 14:41:26 -0000 |
#1846: integer overflow when running 6.0.0pre1 tests (1)
---------------------------------------+---------------------
Reporter: Erica Z | Owner: (none)
Type: defect | Status: new
Priority: major | Milestone: someday
Component: core libraries | Version: 6.0.0
Resolution: | Keywords:
Estimated difficulty: trivial |
---------------------------------------+---------------------
Comment (by sjamaan):
Since we rely on the 2s complement semantics as guaranteed by `-fwrapv`,
this should not be an actual issue. As discussed in #1847, it seems the
sanitizers don't take this into account, resulting in misleading ubsan
error reports.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1846#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: #1846: integer overflow when running 6.0.0pre1 tests (1),
Chicken Trac <=