Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-20 00:05:48 +00:00

fix multiple problems with lua_Integer 32 bit type in lua < 5.3 on 32-bit platforms

This commit is contained in:
bol-van
2025-12-06 22:43:45 +03:00
parent efa675468d
commit e5736b5fdd
5 changed files with 103 additions and 77 deletions

View File

@@ -55,6 +55,7 @@ v0.5
* nfqws2: u8add,u16add,u24add,u32add luacalls
* nfqws2: abandon any arithmetics beyond 32bit (because lua 5.1 does not support 64 bit integers, store everything as double)
* nfqws2: fix issues with 32-bit lua_Integer in lua<5.3 on 32-bit platforms
* nfqws2: instance_cutoff luacall just warns and do nothing if ctx is nil
* zapret-lib: http_reply, url and nld dissectors
* zapret-lib: instance_cutoff_shim