open-source-parsers / jsoncpp

A C++ library for interacting with JSON.
Other
8.15k stars 2.64k forks source link

Fixed work secure_allocator on old compiers #1478

Closed TsynkPavel closed 1 month ago

TsynkPavel commented 1 year ago

Not all compilers implement memset_s. The proposed approach does the same.

issue: #1399