[ovs-git] [openvswitch/ovs] f2a17e: flow: Fix uninitialized flow fields in IPv6 error ...

GitHub noreply at github.com
Sat Sep 22 03:15:26 UTC 2018


  Branch: refs/heads/branch-2.7
  Home:   https://github.com/openvswitch/ovs
  Commit: f2a17ef9e395cc6ac6621f2315bff992408b252c
      https://github.com/openvswitch/ovs/commit/f2a17ef9e395cc6ac6621f2315bff992408b252c
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M lib/flow.c

  Log Message:
  -----------
  flow: Fix uninitialized flow fields in IPv6 error case.

When parse_ipv6_ext_hdrs__() returned false, half a 64-bit word had been
pushed into the miniflow and the second half was left uninitialized.  This
commit fixes the problem.

Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10518
Signed-off-by: Ben Pfaff <blp at ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>



      **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