akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.02k stars 807 forks source link

Use sprintf() to determine locale's decimal point #677

Closed akheron closed 4 months ago

akheron commented 4 months ago

This should fix thread safety of encoding and decoding, since localeconv() is not tread safe after all.