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 <[email protected]>
Fixes: dc2d6d20047e ("pcapng: avoid using alloca")
Cc: [email protected]
Applied, thanks.

