Commit c1acef92 authored by Benjamin Kaduk's avatar Benjamin Kaduk
Browse files

Fix uninitialized read in sigalg parsing code



The check for a duplicate value was reading one entry past
where it was supposed to, getting an uninitialized value.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5172)
parent 3e524bf2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment