[ovs-git] [openvswitch/ovs] dcb9da: connmgr: Fix crash when in_band_create() fails.

GitHub noreply at github.com
Mon Jul 17 17:14:47 UTC 2017


  Branch: refs/heads/branch-2.2
  Home:   https://github.com/openvswitch/ovs
  Commit: dcb9da319dba94caf7629508bb5c2ef34859cb1c
      https://github.com/openvswitch/ovs/commit/dcb9da319dba94caf7629508bb5c2ef34859cb1c
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M ofproto/connmgr.c

  Log Message:
  -----------
  connmgr: Fix crash when in_band_create() fails.

update_in_band_remotes() created an in-band manager and then tried to work
with it without first checking whether creation had succeeded.  If it
failed, this led to a segfault.

Reported-by: Numan Siddique <nusiddiq at redhat.com>
Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2017-July/335530.html
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>




More information about the git mailing list