]> www.infradead.org Git - users/dwmw2/qemu.git/commit
plugins: Fix resource leak in connect_socket()
authorAlex Chen <alex.chen@huawei.com>
Tue, 10 Nov 2020 19:23:07 +0000 (19:23 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Nov 2020 11:07:32 +0000 (11:07 +0000)
commitdbb864ba4f7bc419a3ce473aa9436cc41b2e3dfd
treeeb2998f7d41ec2cdc55594b5f9a81b61d7b2ff95
parentb50ea0d54bbca7d440315c3d0c0f7a4d6537b180
plugins: Fix resource leak in connect_socket()

Close the fd when the connect() fails.

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201109082829.87496-2-alex.chen@huawei.com>
Message-Id: <20201110192316.26397-2-alex.bennee@linaro.org>
contrib/plugins/lockstep.c