PxeBcCacheDhcp4Packet
before calling CopyMem()
on two EFI_DHCP4_PACKET
structs. This check uses an ASSERT
which will be compiled out for RELEASE builds of UEFI on EDK II.ASSERT
and use error checking.ASSERT
can only be used for something never happen. Error check must be used for something might happen.