audk/MdeModulePkg/Universal/Network/Ip4ConfigDxe
vanjeff 7659d0c92f [Description]:
Fixed one bug in PciBus. PciBus doesn't clear the bridges bus number for all the root bridges before scanning any of them.
[Description]:
 The static IP configuration no long works in the EDK 1.04 network package. The cause is that changing the type of EFI_IP4_IPCONFIG_DATA.RouteTable from a variable length array to a pointer is not clean. If the whole structure is read from variable, the pointer is invalid.
[Solution]
Fix the pointer before using it
[Impaction]:
 Ip4ConfigDxe module.
[Reference Info]:
 EDK tracker 1134 - Static IP configuration no long works. 



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5291 6f19259b-4bc3-4df7-8a09-765794883524
2008-05-26 08:16:25 +00:00
..
ComponentName.c Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. 2007-10-11 03:36:31 +00:00
Ip4Config.c [Description]: 2008-05-26 08:16:25 +00:00
Ip4Config.h edk2/MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4Config.h: 2008-03-11 17:37:39 +00:00
Ip4ConfigDriver.c Use Mde library and definition instead of some native definitions in NetLib, to simply network library. 2008-02-14 09:40:22 +00:00
Ip4ConfigDxe.inf Clear up network stack to use R9 MdeLib: 2007-09-28 06:02:01 +00:00
Ip4ConfigDxe.msa Clear up network stack to use R9 MdeLib: 2007-09-28 06:02:01 +00:00
NicIp4Variable.c [Description]: 2008-05-26 08:16:25 +00:00
NicIp4Variable.h [Description]: 2008-05-26 08:16:25 +00:00