Fixed DecodeAltNames extension falling through to next case.

This commit is contained in:
John Safranek
2013-06-25 13:37:43 -07:00
parent 7fd3b8a993
commit f3af0124e4

View File

@ -2703,6 +2703,7 @@ static void DecodeCertExtensions(DecodedCert* cert)
case ALT_NAMES_OID:
DecodeAltNames(&input[idx], length, cert);
break;
case AUTH_KEY_OID:
DecodeAuthKeyId(&input[idx], length, cert);