]> git.ipfire.org Git - thirdparty/dbus.git/commit
Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_nonce...
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 10 Mar 2020 21:59:19 +0000 (22:59 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 10 Mar 2020 22:03:03 +0000 (23:03 +0100)
commit00badebaac50245d141037005a4a108eac15f5bf
tree33de44b3c2fdeb3ad01e138a9898c1835cfa7697
parentbf0eaec4d96398e022646a875049d3174525b4b6
Fix missing release of the memory allocated in _dbus_connect_tcp_socket_with_nonce() in OOM case

If there is no more memory available within the mentiond function, e.g.,
when checking memory management, the release of memory allocated by
getaddrinfo() is missing.

Coverity CID: 354880
dbus/dbus-sysdeps-win.c