-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
deps: call OPENSSL_free after ANS1_STRING_to_UTF8 #60609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Review requested:
|
|
Fast-track has been requested by @RafaelGSS. Please 👍 to approve. |
Co-Authored-By: Chris Smith <[email protected]> Signed-off-by: RafaelGSS <[email protected]>
e06e579 to
615f5cd
Compare
Co-authored-by: smithc <[email protected]>
| return { | ||
| std::move(name_str), | ||
| std::string(reinterpret_cast<const char*>(value_str), value_str_size)}; | ||
| std::move(out) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this latest test failure is my mistake with the previous suggestion; we're just missing the closing brace and semi-colon here at the end of this line.
| std::move(out) | |
| std::move(out)}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PTAL @mcollina @jasnell @smithc
Refs: #58380
I took the liberty to add you as Co-Authored-By - I hope you don't mind. Can you check if I'm using your best email?