1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-15 01:06:05 +02:00
ultrajson/lib
JustAnotherArchivist 66060a0fab Add and fix debug memory checks for all buffer appends on encoding
In DEBUG mode, this ensures that all buffer appends are safe.
It also refactors direct `memcpy` calls into a helper `Buffer_memcpy` function that ensures correct buffer pointer movement and has a similar safety check.
2022-04-24 13:58:00 -07:00
..
Makefile Lint end-of-file-fixer 2020-05-12 09:36:47 +03:00
dconv_wrapper.cc dconv no longer uses global instances of StringToDoubleConverter/DoubleToStringConverter 2021-08-03 10:17:10 -04:00
ultrajson.h Remove the hidden JSON_NO_EXTRA_WHITESPACE compile knob. 2022-04-05 21:04:39 +01:00
ultrajsondec.c Fix nan bug in pandas port 2022-04-04 13:56:19 -04:00
ultrajsonenc.c Add and fix debug memory checks for all buffer appends on encoding 2022-04-24 13:58:00 -07:00