[openssl-dev] [openssl.org #3835] [PATCH] Initialize potentially uninitialized local variables

Matt Caswell via RT rt at openssl.org
Wed May 6 12:11:19 UTC 2015


Patch applied. Thanks.

Note that actually all of these are bogus warnings. In none of the instances
fixed was there an actual code path which resulted in an uninitialised variable
being used - it's just that the compiler was unable to figure that out and so
issues spurious warnings.

Matt



More information about the openssl-dev mailing list