Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for null return pointers in pem_test.cc (#1855)
### 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.
- Loading branch information