> On Dec 4, 2017, at 11:51 AM, Ben Pfaff <[email protected]> wrote: > > The 'mask' buffer in parse_odp_action() is supposed to always be big > enough: > /* 'mask' is big enough to hold any key. */ > > Geneve options can be really big and the comment was wrong. In addition, > the user might supply more options than can really fit in any case, so > we might as well just use a stub. > > Found by libfuzzer. > > Reported-by: Bhargava Shastry <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
