Fix a use-after-free problem in initialization (#1920)
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.
Fix a use-after-free problem in initialization (#1920) 22bb049011bcUnpublished Tags None Subscribers None
Description
Details
|