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