Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence static analyser by validating pointer prior to function call (#…
…1107) EC_KEY_get0_public_key doesn't validate the pointer argument and can de-reference NULL. This is common for the getters. Avoid changing that behaviour and just fix-up the speed tool code instead using a non-owning pointer.
- Loading branch information