]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix segfault in general_textout with variable-pitch fonts: we can't
authorSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2010 16:00:58 +0000 (16:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 29 Dec 2010 16:00:58 +0000 (16:00 +0000)
commit3a691b5e0df3a4cf21dffe0de1c6106caf7ce88f
tree1feb5ccedb2ac3cc8fe7571dae20ae75db8208a0
parent00b32eda3cc76187e18ef1332e6f7b56fe460f9e
Fix segfault in general_textout with variable-pitch fonts: we can't
pass null lpDx, because general_textout depends on it being filled in.
Instead we null it out in the calls to subroutines _from_
general_textout.

[originally from svn r9064]
windows/window.c