[ovs-git] [openvswitch/ovs] 18fb09: ovn-controller: Fix leak in patched_datapaths proc...

GitHub noreply at github.com
Thu Sep 1 17:05:09 UTC 2016


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 18fb09395faa219f101b8a08be449cdaec0b4d61
      https://github.com/openvswitch/ovs/commit/18fb09395faa219f101b8a08be449cdaec0b4d61
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
    M ovn/controller/ovn-controller.c
    M ovn/controller/ovn-controller.h
    M ovn/controller/patch.c
    M ovn/controller/physical.c
    M ovn/lib/ovn-util.c
    M ovn/lib/ovn-util.h

  Log Message:
  -----------
  ovn-controller: Fix leak in patched_datapaths processing.

Nothing freed 'key', which was dynamically allocated.  This commit changes
'key' so that it is no longer dynamically allocated.

Reported-by: Ryan Moats <rmoats at us.ibm.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Flavio Fernandes <flavio at flaviof.com>
Acked-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list