aboutsummaryrefslogtreecommitdiff
path: root/package/utils/lua/patches/010-lua-5.1.3-lnum-full-260308.patch
Commit message (Collapse)AuthorAge
* lua: fix integer overflow in LNUM patchAdam Bailey2023-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 fuzzKevin Darbyshire-Bryant2018-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 folderJohn Crispin2013-06-21
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007