diff options
author | Zhang Lubo <lubo.zhang@intel.com> | 2016-12-01 14:57:38 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2016-12-07 16:13:11 +0800 |
commit | 5a066b87bda7a7891a05faf4b1d66136e8a5a7b8 (patch) | |
tree | 19ec64ffc3e390948ee36c24674228c477048eb6 /MdeModulePkg/Include/Guid | |
parent | 854c6b80dc3f1d4a151322b21c5fb6952b159ca9 (diff) | |
download | edk2-platforms-5a066b87bda7a7891a05faf4b1d66136e8a5a7b8.tar.xz |
MdeModulePkg: Fix assert in iSCSI.
The bug is caused by using already freed memory.
If there is already an attempt and execute
'reconnect -r' command, all the ConfigFormEntry structure
will be freed in IScsiDriverBindingStop, but the
mCallbackInfo->Current is not configured as null and
this pointer will be used again in IScsiFormExtractConfig.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Diffstat (limited to 'MdeModulePkg/Include/Guid')
0 files changed, 0 insertions, 0 deletions