mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 12:32:02 +01:00
0f52df8f9b
Fix segfaults on musl libc when ultrajson runs in a thread. On musl libc the default thread stack size is only 80k so allocating a 128k buffer on stack will guarantee a crash. There seems not to be any evident performance benefit using big buffer on stack either so we just reduce the default. fixes #254 |
||
---|---|---|
.. | ||
dconv_wrapper.cc | ||
Makefile | ||
ultrajson.h | ||
ultrajsondec.c | ||
ultrajsonenc.c |