On Fri, Jul 21, 2017 at 4:46 PM, Mark Michelson <mmich...@redhat.com> wrote:
> 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 <mmich...@redhat.com>

Thanks!  I applied this to master.

I also applied a patch adding your name to the AUTHORS.rst file.

-- 
Russell Bryant
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to