On Thu, Jul 25, 2019 at 07:31:04PM +0300, Ilya Maximets wrote: > Designated initializers are not suitable for initializing non-packed > structures and unions which are subjects for comparison by memcmp(). > > Whole memory for 'struct user_action_cookie' must be explicitly cleared > before using because it will be copied with memcpy and later compared > by memcmp in ofpbuf_equal().
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
