]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Assume that u.pfd.pf and u.x11.xconn are not NULL on appropriate channels.
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 25 May 2016 21:22:19 +0000 (22:22 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 25 May 2016 21:22:19 +0000 (22:22 +0100)
commit12cebbf6760c46c9d958cc6f7661d34c0175ffab
tree293d2af595f94991416ac7751ca9741c88a8ef43
parent4115ab6e2e3ddd22eda230fc7b2c27781064d38a
Assume that u.pfd.pf and u.x11.xconn are not NULL on appropriate channels.

Nothing ever sets them to NULL, and the various paths by which the
channel types can be set to CHAN_X11 or CHAN_SOCKDATA all ensure thet
the relevant union members are non-NULL.  All the removed conditionals
have been converted into assertions, just in case  I'm wrong.
ssh.c