Krzysztof Gabis
Krzysztof Gabis
As far as I understand some versions of libc don't provide isnan unless you compile your code using c99 standard or newer (`#define isnan` is guarded by `#ifdef __USE_ISOC99`). On...
This looks quite good but I'll need a few days to have a deeper look.
I've tidied up your changes a bit and restored functions calls to json_value_get_*. I know it feels redundant but I'd rather if it's consistent with the rest of the codebase.
It's been already mentioned a few times and I didn't find a good way of fixing this (https://github.com/kgabis/parson/issues/98#issuecomment-589346669). The only solution that comes to mind is having an option to...
Can you reproduce this?
Just a heads up, it looks like a memory in your app, since it fails within a malloc. Search for "corrupted size vs. prev_size".