summaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-08-04 12:05:09 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-08-04 12:05:09 +0900
commit9f377333825fe5ae00a6fa757da150bee5897b49 (patch)
treec404ff929c921887e201764a109ab6dc639a49ba /benchmark
parent9b3b2a4c957bbeb0b65978e8075c348cdecda44f (diff)
downloadmruby-9f377333825fe5ae00a6fa757da150bee5897b49.tar.gz
mruby-9f377333825fe5ae00a6fa757da150bee5897b49.zip
numeric.c: fix a bug in left shift of negative integer.
`-1 * (1<<63)` causes overflow, but `-1<<63` is a valid value.
Diffstat (limited to 'benchmark')
0 files changed, 0 insertions, 0 deletions