Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | lua: fix integer overflow in LNUM patch | Adam Bailey | 2023-07-08 |
| | | | | | | | | | | 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> | ||
* | lua: clean up patch fuzz | Kevin Darbyshire-Bryant | 2018-01-05 |
| | | | | | | 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 |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 |