commit | 06dab806ce3245f856618a13a262a2e4e4a19e9f | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 15 12:24:43 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Aug 16 14:00:52 2013 +0200 |
tree | 93351bcfb2669a8a6766d97771f165f9af55daf8 | |
parent | 0b2726732ea2e7cc607c86aa869f9d5636c40c2e [diff] |
Fix memory error in asn1_get_bitstring_null() When *len is 0, **p would be read, which is out of bounds.