audk/NetworkPkg/DnsDxe
Liming Gao bb1bba3d77 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 <anbazhagan@hp.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
2021-11-26 16:54:49 +08:00
..
ComponentName.c NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
DnsDhcp.c NetworkPkg/DnsDxe: cosmetic fixups 2021-01-05 14:37:21 +00:00
DnsDhcp.h NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
DnsDriver.c NetworkPkg/DnsDxe: cosmetic fixups 2021-01-05 14:37:21 +00:00
DnsDriver.h NetworkPkg/DnsDxe: Fix various typos 2020-02-10 22:30:07 +00:00
DnsDxe.inf NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF 2019-10-08 09:20:34 +08:00
DnsDxe.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
DnsDxeExtra.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
DnsImpl.c NetworkPkg: Fix invalid pointer for DNS response token on error 2021-11-26 16:54:49 +08:00
DnsImpl.h NetworkPkg/DnsDxe: cosmetic fixups 2021-01-05 14:37:21 +00:00
DnsProtocol.c NetworkPkg/DnsDxe: cosmetic fixups 2021-01-05 14:37:21 +00:00