public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/2] Fix the potential NULL pointer free
@ 2017-01-03  6:12 Jiaxin Wu
  2017-01-03  6:12 ` [Patch 1/2] MdeModulePkg/Ip4Dxe: " Jiaxin Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jiaxin Wu @ 2017-01-03  6:12 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ye Ting, Fu Siyuan, Wu Jiaxin

Ip4Config2SetDnsServer/Ip6ConfigSetDnsServer may cause ASSERT 
if the invalid DNS server address received. The issue is triggered 
by the NULL pointer(Tmp) free.

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>

Jiaxin Wu (2):
  MdeModulePkg/Ip4Dxe: Fix the potential NULL pointer free
  NetworkPkg/Ip6Dxe: Fix the potential NULL pointer free

 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c | 10 +++++++---
 NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c                      | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

-- 
1.9.5.msysgit.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-03  6:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03  6:12 [Patch 0/2] Fix the potential NULL pointer free Jiaxin Wu
2017-01-03  6:12 ` [Patch 1/2] MdeModulePkg/Ip4Dxe: " Jiaxin Wu
2017-01-03  6:12 ` [Patch 2/2] NetworkPkg/Ip6Dxe: " Jiaxin Wu
2017-01-03  6:17 ` [Patch 0/2] " Fu, Siyuan
2017-01-03  6:50 ` Ye, Ting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox