-
Notifications
You must be signed in to change notification settings - Fork 122
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
Address Scrutinice findings #2121
Conversation
09645e3
to
74910e3
Compare
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.
Thank you!
3924c67
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.
free_der.reset(der)
is still used in a few more spots:
aws-lc/crypto/evp_extra/evp_extra_test.cc
Line 1622 in d04c818
free_der.reset(der); aws-lc/crypto/evp_extra/evp_extra_test.cc
Line 1629 in d04c818
free_der.reset(der); aws-lc/crypto/x509/x509_test.cc
Line 7503 in d04c818
free_der.reset(der);
4c242e2
to
06f297c
Compare
Issues:
Addresses P188794065
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.