Zero padding bytes in odp_key_ipv4, odp_key_arp.
authorBen Pfaff <blp@nicira.com>
Tue, 1 Feb 2011 19:23:30 +0000 (11:23 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 3 Feb 2011 22:55:28 +0000 (14:55 -0800)
commit535d6987a7af3bef33bf2db21b52bb81e3ea64ee
treeb5bcaca920c06c1597b47880760b1c8fa474b5c8
parent87824b0bfa2daf4a1b1949a96feaeb0d5710fb38
Zero padding bytes in odp_key_ipv4, odp_key_arp.

This is a potential security issue for the kernel.  In userspace it just
provokes false-positive valgrind warnings (which is how I found it).

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c
lib/odp-util.c