]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
A zero-length return from platform_get_x_display() (for instance, a
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2006 18:00:23 +0000 (18:00 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 11 Feb 2006 18:00:23 +0000 (18:00 +0000)
commit5aa67220d02994c82e8d622996a50f44f5266c99
tree3dd1382f41d6cc1cf7ca348c933fbad8614558a0
parent8a8e37e16d923c212f895e7a1f92c428b211ee3b
A zero-length return from platform_get_x_display() (for instance, a
zero-length DISPLAY variable in the environment) caused an assertion
failure when X11 forwarding was attempted. Fixed (now treated the same
as a NULL return, e.g., a non-existent DISPLAY variable).

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