|
From: John R. <jr...@bi...> - 2017-08-30 13:11:25
|
> I have a lot of memcheck errors from libcrypto. This is a FAQ! Search the net. libcrypto deliberately uses uninit values as an additional source of randomness. If you want to run memcheck on a program that uses libcrypto, then you should get the source code for libcrypto and build it with a particular #define which turns off those deliberate uninit values. This is well-documented in the source for libcrypto. -- |