]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a missing null pointer check in s_write.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:56 +0000 (14:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:56 +0000 (14:04 +0000)
commitb71b443c7c302b05342efef93c616c8b108ba7d2
tree36021bfe5215b5eb6fda7057bea3ba42fb8b377a
parent8be6fbaa09f1e0d73a533b5623970a872ec14cc6
Add a missing null pointer check in s_write.

I don't know that this can ever be triggered in the current state of
the code, but when I start mucking around with SSH session closing in
the near future, it may be handy to have it.

[originally from svn r10076]
ssh.c