[openssl-dev] [openssl.org #4533] [PATCH] Add missing NULL check in i2d_PrivateKey()

2016-05-09 Thread Richard Levitte via RT
Applied after a bit of adaptation. Thank you! Vid Ons, 04 May 2016 kl. 21.52.21, skrev k...@x64architecture.com: > Attached is the patch to fix the issue, also please close RT#4534 I > sent an invalid reply which got translated into another RT issue. > > -- > Kurt Cancemi >

[openssl-dev] [openssl.org #4533] [PATCH] Add missing NULL check in i2d_PrivateKey()

2016-05-04 Thread Kurt Cancemi via RT
The attached patch adds a missing NULL check in i2d_PrivateKey(), it also removes the parentheses around the last return value to be consistent with the rest of the function. -- Kurt Cancemi https://www.x64architecture.com -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4533