From: Alin-Gabriel Serdean <[email protected]>
>Not a very important fix, but fuzzer times out trying to test parsing >of a huge number of actions. Fixing that by reporting an error as >soon as ofpacts oversized. > >It would be great to use ofpacts_oversized() function instead of manual >size checking, but ofpacts->header here always points to the last >pushed action, so the value that ofpacts_oversized() would check is >always small. > >Adding a unit test for this, plus the extra test for too deep nesting. > >Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20254 >Signed-off-by: Ilya Maximets <[email protected]> > Acked-by: Alin-Gabriel Serdean <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
