On 7/2/21 1:40 PM, aserd...@ovn.org wrote:
> From: Alin-Gabriel Serdean <aserd...@ovn.org>
> 
>> 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 <i.maxim...@ovn.org>
>>
> Acked-by: Alin-Gabriel Serdean <aserd...@ovn.org>

Thanks!  Applied.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to