cpprestsdk
cpprestsdk copied to clipboard
Fix some UBs and memory leaks
- Do not leak
clocaleon_create_localefailed. - Add missed class member initializers to prevent UB on access to them.
- Do not perform
string->char*->stringcasts, usestringdirectly.
Found by PVS-Studio https://pvs-studio.com/en/