Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-08-20 Thread Saul Wold
On 08/19/2013 10:07 PM, Xufeng Zhang wrote: On 08/20/2013 12:13 PM, Saul Wold wrote: On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestI

Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-08-19 Thread Xufeng Zhang
On 08/20/2013 12:13 PM, Saul Wold wrote: On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode(

Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-08-19 Thread Saul Wold
On 08/19/2013 06:59 PM, Xufeng Zhang wrote: Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper nul

Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-08-19 Thread Xufeng Zhang
Hi All, Anybody help me review this? Thanks, Xufeng On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper null pointer check. [YOCTO #4600] [ CQID: WIND0

Re: [OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-06-03 Thread Xufeng Zhang
On 06/04/2013 02:15 PM, Xufeng Zhang wrote: There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper null pointer check. [YOCTO #4600] [ CQID: WIND00373257 ] Signed-off-by: Xufeng Zhang --- ...-pointer

[OE-core] [PATCH] openssl: avoid NULL pointer dereference in three places

2013-06-03 Thread Xufeng Zhang
There are three potential NULL pointer dereference in EVP_DigestInit_ex(), dh_pub_encode() and dsa_pub_encode() functions. Fix them by adding proper null pointer check. [YOCTO #4600] [ CQID: WIND00373257 ] Signed-off-by: Xufeng Zhang --- ...-pointer-dereference-in-EVP_DigestInit_ex.patch | 16