]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - windows/window.c
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)
commita3c39cc695507bc500c4f7e1270ab9815ddbc0b2
tree1feb5ccedb2ac3cc8fe7571dae20ae75db8208a0
parent254555a6d6f3bf1deda0cb40a912b81ed156cc9c
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.

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