]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commitfee423bb68869de02fceaceefbc847e98213574b
treefe53e6a649b5f9937beca06115727d75cdaf3341
parenta486561b691d6293a901b412172ca0c6d1ffc0dc
Fix the mem_sec "small arena"

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)
test/secmemtest.c