commit 3b69d09c80b4d21681475c43d9f165838bbf1a5c corrected the unreachable handling for net/udp/icmp but introduced an unaligned store. This splits the uint32_t data field into a two element uint16_t data field to avoid the unaligned store.
commit 3b69d09c80b4d21681475c43d9f165838bbf1a5c corrected the unreachable handling for net/udp/icmp but introduced an unaligned store. This splits the uint32_t data field into a two element uint16_t data field to avoid the unaligned store.