[ovs-git] [openvswitch/ovs] d8e657: ovn-controller-vtep: Fix dereference of NULL point...

GitHub noreply at github.com
Tue Aug 18 16:52:48 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: d8e6570ce1a2ce86e36fc40ee7f43cbcee1bc35e
      https://github.com/openvswitch/ovs/commit/d8e6570ce1a2ce86e36fc40ee7f43cbcee1bc35e
  Author: Alex Wang <alexw at nicira.com>
  Date:   2015-08-18 (Tue, 18 Aug 2015)

  Changed paths:
    M ovn/controller-vtep/binding.c

  Log Message:
  -----------
  ovn-controller-vtep: Fix dereference of NULL pointer.

Found by inspection.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>


  Commit: ae4b9136e5003dd1637585a578c522673161da7d
      https://github.com/openvswitch/ovs/commit/ae4b9136e5003dd1637585a578c522673161da7d
  Author: Alex Wang <alexw at nicira.com>
  Date:   2015-08-18 (Tue, 18 Aug 2015)

  Changed paths:
    M ovn/controller-vtep/ovn-controller-vtep.c

  Log Message:
  -----------
  ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().

Otherwise, binding_cleanup() will be a no-op since all related chassis
entries are deleted in gateway_cleanup().

Found by inspection.

Signed-off-by: Alex Wang <alexw at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>


Compare: https://github.com/openvswitch/ovs/compare/485f0696d0d6...ae4b9136e500


More information about the git mailing list