[PATCH 0/2] Avoid NULL pointer dereference in several places

2013-08-20 Thread Xufeng Zhang
Hello All, Automatic tool detects there are several potential NULL pointer dereference in openssl source code, please help me review the attached two patches. Thanks, Xufeng Xufeng Zhang (2): openssl: avoid NULL pointer dereference in EVP_DigestInit_ex() openssl: avoid NULL pointer

[PATCH 0/2] Avoid NULL pointer dereference in several places

2013-08-20 Thread Xufeng Zhang
Hello All, Automatic tool detects there are several potential NULL pointer dereference in openssl source code, please help me review the attached two patches. Thanks, Xufeng Xufeng Zhang (2): openssl: avoid NULL pointer dereference in EVP_DigestInit_ex() openssl: avoid NULL pointer

Re: [PATCH 0/2] Avoid NULL pointer dereference in several places

2013-08-20 Thread Xufeng Zhang
Sorry, looks like this patchset has been resend, please ignore one of them. Thanks, Xufeng On 08/21/2013 10:54 AM, Xufeng Zhang wrote: Hello All, Automatic tool detects there are several potential NULL pointer dereference in openssl source code, please help me review the attached two