RFR JDK-8003245 (original) (raw)
Anthony Scarpino anthony.scarpino at oracle.com
Wed Jun 19 21:10:00 UTC 2013
- Previous message (by thread): RFR JDK-8003245
- Next message (by thread): RFR JDK-8003245
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): RFR JDK-8003245
- Next message (by thread): RFR JDK-8003245
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]