mirror of https://github.com/openssl/openssl.git
i2v_GENERAL_NAME and GENERAL_NAME_print were assuming that the type of
of a GENERAL_NAME (OTHERNAME) that we read in was the type we expected
it to be. If its something else then this can cause unexpected
behaviour. In the added fuzz test case an OOB read was occurring.
This issue was recently added by commit
|
||
|---|---|---|
| .. | ||
| asn1 | ||
| asn1parse | ||
| bignum | ||
| bndiv | ||
| client | ||
| cms | ||
| conf | ||
| crl | ||
| ct | ||
| server | ||
| x509 | ||