[ovs-git] [openvswitch/ovs] 2eb918: oss-fuzz: Add fuzzing target for OVN

GitHub noreply at github.com
Thu Sep 27 21:43:42 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2eb91827486cf340fcdf2eeb912c96d5cbeef112
      https://github.com/openvswitch/ovs/commit/2eb91827486cf340fcdf2eeb912c96d5cbeef112
  Author: Bhargava Shastry <bshastry at sect.tu-berlin.de>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M tests/oss-fuzz/automake.mk
    A tests/oss-fuzz/config/expr.dict
    A tests/oss-fuzz/config/expr_parse_target.options
    A tests/oss-fuzz/expr_parse_target.c

  Log Message:
  -----------
  oss-fuzz: Add fuzzing target for OVN

The fuzzer target, expr_parse_target.c, comprises test cases adapted
from test-ovn.c.

In addition, this patch contains configuration files for oss-fuzz,
including a dictionary, expr.dict, to aid quick path discovery and a
fuzzer configuration file that customises fuzzing for this target.

Prominently, the patch sets the maximum length of fuzzed input
(the string accepted by lexer/expression parser) to be up to 100
characters long not containing a newline character.

Signed-off-by: Bhargava Shastry <bshastry at sect.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 0d5450a2ae14dcb98ad9f2546fc956910c9b8f54
      https://github.com/openvswitch/ovs/commit/0d5450a2ae14dcb98ad9f2546fc956910c9b8f54
  Author: Yifeng Sun <pkusunyifeng at gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M ovsdb/ovsdb-client.c

  Log Message:
  -----------
  ovsdb-client: Fix a bug that uses wrong index

This patch fixes the incorrect index to argv.

Signed-off-by: Yifeng Sun <pkusunyifeng at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/dc2c9ce38748...0d5450a2ae14
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list