commit | b5711b8e5a437ca7d35321d19de568b4f76a7739 | [log] [tgz] |
---|---|---|
author | Casey Dahlin <cdahlin@redhat.com> | Tue Jul 28 12:29:05 2009 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Aug 18 15:09:24 2009 -0500 |
tree | 945c9f712833ed2810e3179ab626fb974e438996 | |
parent | df4ecf1524c7793de3121b2d4e5fc6bcc0da3bfb [diff] |
dlm: fix double-release of socket in error exit path The last correction to the tcp_connect_to_sock error exit path, commit a89d63a159b1ba5833be2bef00adf8ad8caac8be, can free an already freed socket, due to collision with a previous (incomplete) attempt to fix the same issue, commit 311f6fc77c51926dbdfbeab0a5d88d70f01fa3f4. Signed-off-by: Casey Dahlin <cdahlin@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>