21/11/2024 00:06, Stephen Hemminger:
> The buffer used to construct headers (which contain 32 bit values)
> was declared as uint8_t which can lead to unaligned access.
> Change to declare buffer as uint32_t.
> 
> Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Fixes: dc2d6d20047e ("pcapng: avoid using alloca")
Cc: sta...@dpdk.org

Applied, thanks.



Reply via email to