Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlm: fix double-release of socket in error exit path
The last correction to the tcp_connect_to_sock error exit path, commit a89d63a, can free an already freed socket, due to collision with a previous (incomplete) attempt to fix the same issue, commit 311f6fc. Signed-off-by: Casey Dahlin <cdahlin@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
- Loading branch information