Fix memory error in asn1_get_bitstring_null()

When *len is 0, **p would be read, which is out of bounds.
2 files changed