Files
Syoyo Fujita 744f6fcc8f Fix undefined behavior in parse_int and add UBSan build script
Fix signed integer overflow when parsing INT_MIN (-2147483648) by
negating in int64_t space before casting to int32_t. The previous
code attempted to negate the result after casting, which is undefined
behavior for INT_MIN.

Also add bootstrap-cmake-linux-ubsan.sh for UBSan builds.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 07:50:28 +09:00
..
2020-05-13 15:00:48 +09:00
2024-12-29 23:27:04 +09:00
2020-04-15 01:07:04 +09:00
2024-12-29 23:27:04 +09:00
2020-04-04 18:18:32 +09:00