Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: bb1bba3d776733c41dbfa2d1dc0fe234819a79f2 https://github.com/tianocore/edk2/commit/bb1bba3d776733c41dbfa2d1dc0fe234819a79f2 Author: Liming Gao <gaolim...@byosoft.com.cn> Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths: M NetworkPkg/DnsDxe/DnsImpl.c Log Message: ----------- NetworkPkg: Fix invalid pointer for DNS response token on error Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3719 This issue is introduced by the commit 43d7e607. Token->RspData.H2AData is de-allocated on error but it is not set to NULL. HTTP module attempts to free again and cause assert. Signed-off-by: Baraneedharan Anbazhagan <anbazha...@hp.com> Reviewed-by: Wu Jiaxin <jiaxin...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits