Re: [edk2-devel] [PATCH v2] MdeModulePkg/SdDxe: Potential NULL pointer on Token

2020-03-25 Thread Wu, Hao A
> -Original Message- > From: Jiang, Guomin > Sent: Thursday, March 26, 2020 1:57 PM > To: devel@edk2.groups.io; newexplor...@gmail.com > Cc: Wu, Hao A; Ni, Ray > Subject: RE: [edk2-devel] [PATCH v2] MdeModulePkg/SdDxe: Potential NULL > pointer on Token > >

Re: [edk2-devel] [PATCH v2] MdeModulePkg/SdDxe: Potential NULL pointer on Token

2020-03-25 Thread Guomin Jiang
; Ni, Ray > Subject: [edk2-devel] [PATCH v2] MdeModulePkg/SdDxe: Potential NULL > pointer on Token > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2286 > > Token pointer may be NULL, it is should be check before use it. > > Cc: Hao A Wu > Cc: Ray Ni > Signed-

[edk2-devel] [PATCH v2] MdeModulePkg/SdDxe: Potential NULL pointer on Token

2020-03-04 Thread GuoMinJ
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2286 Token pointer may be NULL, it is should be check before use it. Cc: Hao A Wu Cc: Ray Ni Signed-off-by: GuoMinJ --- MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MdeModule