audk/NetworkPkg
Savva Mitrofanov 7836b3768f NetworkPkg/DxeNetLib: Fix unaligned access in NetblockChecksum
Into this routine the caller passes different data structures with
different alignment that is why casting bulk pointer to UINT16 violates
strict aliasing rule.
2025-03-17 10:28:54 +03:00
..