Skip to content
Commit b5711b8e authored by Casey Dahlin's avatar Casey Dahlin Committed by David Teigland
Browse files

dlm: fix double-release of socket in error exit path

The last correction to the tcp_connect_to_sock error exit path,
commit a89d63a1, can free an already
freed socket, due to collision with a previous (incomplete) attempt
to fix the same issue, commit 311f6fc7

.

Signed-off-by: default avatarCasey Dahlin <cdahlin@redhat.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent df4ecf15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment