Skip to content
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

Check for null return pointers in pem_test.cc #1855

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

andrewhop
Copy link
Contributor

Issues:

Resolves P154590111

Description of changes:

Static analysis found a few cases where these tests could fail due to dereferencing null, if a null pointer ever shows up here the test will still fail, but now more gracefully.

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.

@andrewhop andrewhop requested a review from a team as a code owner September 17, 2024 06:47
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.52%. Comparing base (9d21f38) to head (f827fef).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1855   +/-   ##
=======================================
  Coverage   78.51%   78.52%           
=======================================
  Files         583      583           
  Lines       98809    98809           
  Branches    14159    14160    +1     
=======================================
+ Hits        77583    77590    +7     
+ Misses      20598    20591    -7     
  Partials      628      628           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justsmth justsmth merged commit e7e48b1 into aws:main Sep 20, 2024
110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants