Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.
UB Sanitizer report: lib/netdev-dummy.c:197:15: runtime error: member access within misaligned address 0x00000217a7f0 for type 'struct dummy_packet_stream', which requires 64 byte alignment ^ #0 dummy_packet_stream_init lib/netdev-dummy.c:197 openvswitch#1 dummy_packet_stream_create lib/netdev-dummy.c:208 openvswitch#2 dummy_packet_conn_set_config lib/netdev-dummy.c:436 [...] Signed-off-by: Mike Pattrick <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information