openwrt/package
Adam Bailey 3a2e7c30d3 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>
2023-07-08 16:56:12 +02:00
..
base-files base-files: upgrade: nand: add JFFS2 cleanmarkers support 2023-06-15 10:49:41 +02:00
boot treewide: opt-out of tree-wide mold usage 2023-07-04 20:25:41 +02:00
devel
firmware ipq-wifi: fix upstream board-2.bin ZTE M289F snafu 2023-07-04 22:06:59 +02:00
kernel kernel: leds-ws2812b: fix build with Linux >= 5.18 2023-07-08 15:10:12 +01:00
libs wolfssl: update to 5.6.3 2023-07-07 17:38:38 +02:00
network hostapd: update to 2023-06-22 2023-07-07 14:26:58 +02:00
system rpcd: update to latest git HEAD 2023-07-01 12:14:07 +02:00
utils lua: fix integer overflow in LNUM patch 2023-07-08 16:56:12 +02:00
Makefile