audk/NetworkPkg/DnsDxe
fanwang2 3fd7bd08f4 NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver
Revise some errors which may lead NULL pointer be dereferenced:
* DnsDhcp.c: Paralist may be used without any initialized
* DnsHeader and RcvString may be null but be dereferenced
* HttpDriver.c: revise an if judgment
* HttpImpl.c: add a judgment to avoid null dereferenced

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: fanwang2 <fan.wang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17923 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-10 09:00:33 +00:00
..
ComponentName.c NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsDhcp.c NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver 2015-07-10 09:00:33 +00:00
DnsDhcp.h NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsDriver.c NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsDriver.h NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsDxe.inf NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsImpl.c NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driver 2015-07-10 09:00:33 +00:00
DnsImpl.h NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00
DnsProtocol.c NetworkPkg: Add DNS feature support over IPv4 and IPv6. 2015-07-07 08:22:03 +00:00