]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix another segfault on abrupt X connection shutdown. This should
authorSimon Tatham <anakin@pobox.com>
Fri, 25 Apr 2003 16:42:36 +0000 (16:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 25 Apr 2003 16:42:36 +0000 (16:42 +0000)
commitc1d61052aeffb64cb1c4202ae55268d77f43cee3
tree04955a9f935504ed22133a95873052604a996730
parent426dc87712a402007d25291caf972d0d1473ed82
Fix another segfault on abrupt X connection shutdown. This should
have happened in rev 1.5 [r996] but didn't! Now we never call
sk_get_private_ptr() on a socket unless we've ensured it's non-NULL.

[originally from svn r3140]
[r996 == 7b0e082700583907770555212db89299e5f51a44]
x11fwd.c