Re: [edk2] [patch] NetworkPkg: Enhance the code in DNS driver.

2016-10-17 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan siyuan...@intel.com > -Original Message- > From: Zhang, Lubo > Sent: Friday, October 14, 2016 2:54 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Wu, > Jiaxin > Subject: [patch] NetworkPkg: Enhance the code in DNS driver. > > There may be an error

Re: [edk2] [patch] NetworkPkg: Enhance the code in DNS driver.

2016-10-14 Thread Laszlo Ersek
On 10/14/16 08:54, Zhang Lubo wrote: > There may be an error happens when we use the > configure function to set or change the configuration > data for the DNS6 instance, So we will free the > DnsServerList without configured to NULL. If we reset > the instance with the parameter DnsConfigData to N

[edk2] [patch] NetworkPkg: Enhance the code in DNS driver.

2016-10-13 Thread Zhang Lubo
There may be an error happens when we use the configure function to set or change the configuration data for the DNS6 instance, So we will free the DnsServerList without configured to NULL. If we reset the instance with the parameter DnsConfigData to NULL, the DnsServerList will be freed twice. Co