[ovs-dev] [ovs-security] RFC: Adding OvS to fuzzer test suite

Bhargava Shastry bshastry at sec.t-labs.tu-berlin.de
Thu Aug 31 21:55:30 UTC 2017


This is a nice test case for upstream. Am currently running on 8 cores,
no crashes in the flow_extract API so far.

Regards,
Bhargava

On 08/31/2017 11:03 PM, Ben Pfaff wrote:
> int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
> {
>     struct dp_packet packet;
>     dp_packet_use_const(&packet, data, size);
> 
>     struct flow flow;
>     flow_extract(&packet, &flow);
> 
>     return 0;
> }

-- 
Bhargava Shastry <bshastry at sec.t-labs.tu-berlin.de>
Security in Telecommunications
TU Berlin / Telekom Innovation Laboratories
Ernst-Reuter-Platz 7, Sekr TEL 17 / D - 10587 Berlin, Germany
phone: +49 30 8353 58235
Keybase: https://keybase.io/bshastry


More information about the dev mailing list