Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua: fix integer overflow in LNUM patch | Adam Bailey | 2023-08-12 | 1 | -8/+8 |
| | | | | | | | | | | | 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> (cherry picked from commit 3a2e7c30d3e6a187ba1df740cdb24c8ad84dfe48) | ||||
* | lua: clean up patch fuzz | Kevin Darbyshire-Bryant | 2018-01-05 | 1 | -23/+24 |
| | | | | | | Refresh patches to tidy up fuzz. No functional changes Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | ||||
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 1 | -0/+3736 |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 |