From: Dr. Stephen Henson Date: Mon, 14 Dec 2009 01:32:47 +0000 (+0000) Subject: add another missed case X-Git-Tag: OpenSSL_0_9_8m-beta1~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=593a6dbe1915f24e66ad1bd204fbb006f07a6a8b;p=oweals%2Fopenssl.git add another missed case --- diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index 70dca6e10e..82c6f903b2 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -368,7 +368,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in n2s(data,size); if (data+size > (d+n)) - return 1; + goto ri_check; if (s->tlsext_debug_cb) s->tlsext_debug_cb(s, 0, type, data, size,