[ovs-git] [openvswitch/ovs] 76a0fd: AUTHORS.rst: Add Mark Michelson.

GitHub noreply at github.com
Tue Jul 25 19:58:34 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 76a0fdf749f1b91360b4d64af2704f11cad24116
      https://github.com/openvswitch/ovs/commit/76a0fdf749f1b91360b4d64af2704f11cad24116
  Author: Russell Bryant <russell at ovn.org>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M AUTHORS.rst

  Log Message:
  -----------
  AUTHORS.rst: Add Mark Michelson.

Signed-off-by: Russell Bryant <russell at ovn.org>


  Commit: fc1771786947083cf7693eeea70e68ac6131d4fc
      https://github.com/openvswitch/ovs/commit/fc1771786947083cf7693eeea70e68ac6131d4fc
  Author: Mark Michelson <mmichels at redhat.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M lib/stream-ssl.c

  Log Message:
  -----------
  stream-ssl: Fix memory leak in error scenario

ssl_new_stream() takes ownership of the passed-in 'name' parameter.
In error scenarios, the name is leaked. I was able to trigger this
leak by attempting to connect to an ovsdb over SSL and specifying
non-existent certificate, private key, and CA cert files.

This patch fixes the problem by freeing 'name' in the error label.

Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Russell Bryant <russell at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/e9013d6ac8dc...fc1771786947


More information about the git mailing list