Never store the result of c_str()!
Luckily, this only affected logging, though it could crash or leak sensitive data to the log in rare cases.
Never store the result of c_str()!
Luckily, this only affected logging, though it could crash or leak sensitive data to the log in rare cases.
Don't store the result of c_str().
Luckily, this only affects logging, though it could crash or leak
sensitive data to the log in rare cases.