audk/NetworkPkg
Savva Mitrofanov ee37e305bd 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-04-07 13:55:29 +03:00
..