]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit54d78e2fe4e62c9e751e78e88d4302049d535519
tree3dd1382f41d6cc1cf7ca348c933fbad8614558a0
parentef2db0645771a7b67d96d753678506e42554a1e1
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).

[originally from svn r6549]
x11fwd.c