webmcp

log libraries/json/json.c

age author description
2016-09-10 jbe Bugfix in JSON library: length of array is an integer, not a float (Lua 5.3 distinguishes them)
2016-06-01 jbe Use snprintf instead of sprintf as a precautionary measure for security
2016-05-16 jbe Do not use luaL_addchar unless Lua string buffer is on top of stack (possible segmentation fault)
2016-02-13 jbe Bugfix for integer decoder in JSON library
2016-01-15 jbe Removed exception rule for encoding certain floats
2016-01-14 jbe json.export(...): avoid exponential notation for integers fitting into lua_Integer represented as float

Impressum / About Us