Fix the mem_sec "small arena"
authorTodd Short <tshort@akamai.com>
Sun, 21 May 2017 14:21:06 +0000 (10:21 -0400)
committerAndy Polyakov <appro@openssl.org>
Mon, 22 May 2017 09:06:35 +0000 (11:06 +0200)
Fix the small arena test to just check for the symptom of the infinite
loop (i.e. initialized set on failure), rather than the actual infinite
loop. This avoids some valgrind errors.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3512)


No differences found