From: Stephane D. <ste...@ex...> - 2003-06-24 09:55:04
|
Hello, valgrind reports lots of use of uninitialised values in my program, all of them being located in a Base64 encoder working on random data (actually PKCS padding bytes). This function does a lot of left shifts, right shifts and other bit-level stuff. Is it possible that my data accidentally contains the bit pattern used by valgrind to trace uninitialised data ? Stephane |