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
avoid crashing when OpenSSL error-string functions return nullptr
Summary:
Closes: facebook/folly#1388.
If `ERR_func_error_string` or `ERR_reason_error_string` were to return `nullptr` while `VLOG` were enabled, the program might crash. Avoid this scenario by emitting a default string rather than `nullptr` to `VLOG`.
Reviewed By: Orvid
Differential Revision: D62074115
fbshipit-source-id: 3283f576a7d5884a6da84ffee7458575eaf73afd
0 commit comments