Hi,There maybe some cross platform issues I'm not familiar with, but you can just zero the structure when it's defined.
CK_SSL3_MASTER_KEY_DERIVE_PARAMS ckParams = {0}; Tony On 06/18/2013 07:27 PM, John Zavgren wrote:
Greetings: Please consider the following changes that eliminate the use of uninitialized memory. http://cr.openjdk.java.net/~jzavgren/8003245/webrev.01/ Thanks! John