[ovs-dev] [PATCH v2] odp-util: Return an error on actions overflow while parsing from string.

Ben Pfaff blp at ovn.org
Mon Jun 14 18:20:40 UTC 2021


On Mon, Jun 14, 2021 at 07:36:01PM +0200, Ilya Maximets wrote:
> We don't need to continue parsing if already oversized.  This is not
> very important, but fuzzer times out while parsing very long list of
> actions.
> 
> Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29190
> Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

Acked-by: Ben Pfaff <blp at ovn.org>

I didn't realize that the printf program worked that way.  That's a very
clever way to repeat a string.


More information about the dev mailing list