-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid crashing when OpenSSL error-string functions return nullptr
Summary: Closes: #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
- Loading branch information
1 parent
5086696
commit 3bd490d
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters