aboutsummaryrefslogtreecommitdiff
path: root/tools/zip
diff options
context:
space:
mode:
authorAdam Bailey <aebailey@gmail.com>2023-07-03 20:16:14 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2023-07-08 16:56:12 +0200
commit3a2e7c30d3e6a187ba1df740cdb24c8ad84dfe48 (patch)
tree2eab21c363101dda734e9815631fdde4561ef443 /tools/zip
parentc170fc78ba6e4477cc06b2b77e11747da862dcf0 (diff)
lua: fix integer overflow in LNUM patch
Safely detect integer overflow in try_addint() and try_subint(). Old code relied on undefined behavior, and recent versions of GCC on x86 optimized away the if-statements. This caused integer overflow in Lua code instead of falling back to floating-point numbers. Signed-off-by: Adam Bailey <aebailey@gmail.com>
Diffstat (limited to 'tools/zip')
0 files changed, 0 insertions, 0 deletions