[openssl-dev] [PATCH] Missing NULLs in ssl_cipher_methods init

Salz, Rich rsalz at akamai.com
Sun Jan 8 17:16:56 UTC 2017


> The number of NULLS in the initialization of ssl_cipher_methods in
> ssl/ssl_ciph.c does not match the count SSL_ENC_NUM_IDX in 1.1.0c.

A better fix is to remove all the initializers and just count on C's "init to NULL" guarantee.


More information about the openssl-dev mailing list