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

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


  Branch: refs/heads/branch-2.9
  Home:   https://github.com/openvswitch/ovs
  Commit: 2fd92c7c75edfb79253d563b8b8ba6be67152aeb
      https://github.com/openvswitch/ovs/commit/2fd92c7c75edfb79253d563b8b8ba6be67152aeb
  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