Another occurance of possible valgrind/purify "uninitialized memory"
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 16 May 2008 07:14:26 +0000 (07:14 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 16 May 2008 07:14:26 +0000 (07:14 +0000)
commit8b99c79fae22f93319443d0bec7068dbc6dca968
tree90bb6f53aabb61be8b27d44948555f092a13327b
parent718f8f7a9e981cf9a7f3aaa4ba9e013151384d06
Another occurance of possible valgrind/purify "uninitialized memory"
complaint related to the PRNG: with PURIFY policy don't feed uninitialized
memory into the PRNG.

Submitted by: Bodo Moeller <bmoeller@openssl.org> :-)
crypto/rand/randfile.c