RT3060: Limit the number of empty records.
authorAdam Langley <agl@chromium.org>
Tue, 19 Aug 2014 15:57:53 +0000 (17:57 +0200)
committerEmilia Kasper <emilia@openssl.org>
Fri, 22 Aug 2014 13:36:06 +0000 (15:36 +0200)
commit3aac17a82fbaf2bc23ee62f24611e5883d3e7b97
tree4f1f19b5d65d075c858af9ea477806cfcb79a077
parente19c93811f0db499c98d2888f1c0c0ab65e6238a
RT3060: Limit the number of empty records.

Limit the number of empty records that will be processed consecutively
in order to prevent ssl3_get_record from never returning.

Reported by "oftc_must_be_destroyed" and George Kadianakis.

Reviewed-by: Bodo Moeller <bodo@openssl.org>
ssl/s3_pkt.c