Hi, > I build OpenSSL 1.0.1m on Linux/RedHat with -DPURIFY option and tried > to analyze my app using Valgrind. Thanks to -DPURIFY most warnings > about uninitialized memory are gone, but not all. Remaining ones share > common signature - uninitialized memory comes from stack allocation in > aesni_cbc_encrypt(): > > ==8922== Conditional jump or move depends on uninitialised value(s) > ==8922== [cut but cut, various places in my app] > ==8922== Uninitialised value was created by a stack allocation > ==8922== at 0x566D77: aesni_cbc_encrypt (in /path/myapp) > > I did not check if this is real bug or unpurified place. Please take a > look on this and fix it.
This was discussed in detail RT#3622, http://rt.openssl.org/Ticket/Display.html?id=3622&user=guest&pass=guest, and even RT#2862. Ticket is being closed as duplicate. _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
