You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at dump_escaped implementation and i'm concerned about uint32_t codepoint variable it is not initialized with any value whatsoever. So imo in release it should contain garbage which then will be processed in decode method.
I'm looking at dump_escaped implementation and i'm concerned about
uint32_t codepoint
variable it is not initialized with any value whatsoever. So imo in release it should contain garbage which then will be processed in decode method.I'm right or just touchy ?
https://github.com/nlohmann/json/blob/develop/include/nlohmann/detail/output/serializer.hpp#L304
The text was updated successfully, but these errors were encountered: