Limit recursion depth in old d2i_ASN1_bytes function
authorDr. Stephen Henson <steve@openssl.org>
Thu, 4 Aug 2016 14:00:26 +0000 (15:00 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 4 Aug 2016 16:46:27 +0000 (17:46 +0100)
commit81f69e5b69b8e87ca5d7080ab643ebda7808542c
tree69dc53f4ff49e6b3d75e3eb6f4c612556bb7357e
parentaf601b83198771a4ad54ac0f415964b90aab4b5f
Limit recursion depth in old d2i_ASN1_bytes function

Thanks to Shi Lei for reporting this bug.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/asn1/a_bytes.c