]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit91a3f2c15d4fe2799e41a99b8d9d04da96b8cc7c
tree36021bfe5215b5eb6fda7057bea3ba42fb8b377a
parented1795103b745d2e1b8d40a931ad6ce5dd7646b3
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@10076 cda61777-01e9-0310-a592-d414129be87e
ssh.c