audk/MdeModulePkg/Bus/Ufs/UfsPassThruDxe
Hao Wu 33e2ba78ee MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEvent
In function SignalCallerEvent(), 'Private' and 'TransReq' are dereferenced
before NULL checking.

Since the function assumes that both 'Private' and 'TransReq' passed in
are not NULL pointer, this commit will add an ASSERT to make sure the
above assumption is satisfied.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19266 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-15 05:43:08 +00:00
..
ComponentName.c
UfsPassThru.c MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O Support 2015-12-11 01:58:45 +00:00
UfsPassThru.h MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O Support 2015-12-11 01:58:45 +00:00
UfsPassThru.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
UfsPassThruDxe.inf MdeModulePkg/Ufs: Refine EDKII_UFS_HOST_CONTROLLER_PROTOCOL interface 2015-05-28 07:42:05 +00:00
UfsPassThruExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
UfsPassThruHci.c MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEvent 2015-12-15 05:43:08 +00:00
UfsPassThruHci.h