Eric Blake writes:
> On 05/15/2017 11:39 AM, Markus Armbruster wrote:
>> socket_address_flatten() leaks a SocketAddress when its argument is
>> null. Happens when opening a ChardevBackend of type 'udp' that is
>> configured without a local address. Screwed up in commit bd269ebc due
>> to last m
On 05/15/2017 11:39 AM, Markus Armbruster wrote:
> socket_address_flatten() leaks a SocketAddress when its argument is
> null. Happens when opening a ChardevBackend of type 'udp' that is
> configured without a local address. Screwed up in commit bd269ebc due
> to last minute semantic conflict res
socket_address_flatten() leaks a SocketAddress when its argument is
null. Happens when opening a ChardevBackend of type 'udp' that is
configured without a local address. Screwed up in commit bd269ebc due
to last minute semantic conflict resolution. Spotted by Coverity.
Signed-off-by: Markus Arm