summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2018-01-02 13:30:15 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2018-01-10 08:33:15 +0800
commitd32159853d4bd37a1f98312b172f3c426019cde2 (patch)
treea384e37b5c1924fa6f3f36cd5b34e80eaf3d0115 /NetworkPkg/IScsiDxe
parent1e4725e569960b1107c11df6c404312d26129eab (diff)
downloadedk2-d32159853d4bd37a1f98312b172f3c426019cde2.tar.gz
edk2-d32159853d4bd37a1f98312b172f3c426019cde2.tar.bz2
edk2-d32159853d4bd37a1f98312b172f3c426019cde2.zip
MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.
v2: * Refine the commit log. There are two place to close the ISCSI ExitBootServiceEvent: #1.IScsiOnExitBootService(), which is the callback function of ExitBootServiceEvent. #2.IScsiCleanDriverData(), which will be invoked by ISCSI driver binding stop(). So, the ExitBootServiceEvent will be closed and freed when exit boot server is triggered. But it may be closed and freed again in ISCSI driver binding stop(), which will result in the issue recorded at https://bugzilla.tianocore.org/show_bug.cgi?id=742. This patch is to resolve the issue. Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'NetworkPkg/IScsiDxe')
0 files changed, 0 insertions, 0 deletions