Re: [edk2] [patch] CryptoPkg: Fix the dereferenced pointer issue

2015-06-29 Thread Ye, Ting
Looks good. Reviewed-by: Ye Ting -Original Message- From: Long, Qin Sent: Tuesday, June 30, 2015 9:10 AM To: Ye, Ting; edk2-devel@lists.sourceforge.net Subject: [patch] CryptoPkg: Fix the dereferenced pointer issue This patch is to fix one dereferenced pointer issue in new Pkcs7GetAtta

[edk2] [patch] CryptoPkg: Fix the dereferenced pointer issue

2015-06-29 Thread Qin Long
This patch is to fix one dereferenced pointer issue in new Pkcs7GetAttachedContent API, and add the memory allocation failure check. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long --- CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c | 14 +- 1 fil