commit | fee423bb68869de02fceaceefbc847e98213574b | [log] [tgz] |
---|---|---|
author | Todd Short <tshort@akamai.com> | Sun May 21 10:21:06 2017 -0400 |
committer | Andy Polyakov <appro@openssl.org> | Mon May 22 11:06:35 2017 +0200 |
tree | fe53e6a649b5f9937beca06115727d75cdaf3341 | |
parent | a486561b691d6293a901b412172ca0c6d1ffc0dc [diff] |
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)