[ovs-git] [openvswitch/ovs] f715ec: odp-util: Fix a use-after-free bug.

GitHub noreply at github.com
Mon Oct 8 17:23:23 UTC 2018


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: f715ecbad76eb6c861af72c63695d2e448b291db
      https://github.com/openvswitch/ovs/commit/f715ecbad76eb6c861af72c63695d2e448b291db
  Author: Yifeng Sun <pkusunyifeng at gmail.com>
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
    M lib/odp-util.c

  Log Message:
  -----------
  odp-util: Fix a use-after-free bug.

After ofpbuf_put, actions may have been reallocated and
key will point to invalid memory address.

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



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