Tests fix: unix socket: leaked socket of connection to child
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 19 Jul 2021 21:21:17 +0000 (17:21 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 20 Jul 2021 19:34:01 +0000 (15:34 -0400)
commita2c29522b4a70395e2963833a21dd02c1bf6baae
tree4de64703c0896f305ac0624b97364791457fa5e4
parent61883fe45e4389fd4fd6ca4c869cc384b4185637
Tests fix: unix socket: leaked socket of connection to child

The child_connection socket is only used by the parent in the
credentials passing test. The teardown assumes the reverse which causes
the socket to be leaked.

1458471 Resource leak

The system resource will not be reclaimed and reused, reducing the
future availability of the resource.

In test_creds_passing: Leak of memory or pointers to system
resources (CWE-404)

Reported-by: Coverity Scan
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2ead9abbfc189ffbdd71a27f6376d0b001cdc2a3
tests/unit/test_unix_socket.c
This page took 0.026123 seconds and 4 git commands to generate.