commit | c1acef9263b875cc80431b8054049dedc59cd41d | [log] [tgz] |
---|---|---|
author | Benjamin Kaduk <bkaduk@akamai.com> | Thu Jan 25 19:30:54 2018 -0600 |
committer | Benjamin Kaduk <bkaduk@akamai.com> | Thu Jan 25 19:40:35 2018 -0600 |
tree | 63ce553bb3c1f66a0017c050682e2546e1a02e56 | |
parent | 3e524bf2d1748f6757c1f64d63779d4d04f7a859 [diff] |
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: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5172)