Another occurance of possible valgrind/purify "uninitialized memory"
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 16 May 2008 07:14:58 +0000 (07:14 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 16 May 2008 07:14:58 +0000 (07:14 +0000)
commit439b7ef4630009dec4c16ff957761194c7b47cf2
treec12b697de935062f0f806ce77eb5398be9a3b4c7
parenta25fb95bd6a221087fb3cc263db410cb73f5b1d2
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