]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix blatant segfault in x11_font_has_glyph.
authorSimon Tatham <anakin@pobox.com>
Sun, 20 Mar 2016 19:55:22 +0000 (19:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 20 Mar 2016 19:55:22 +0000 (19:55 +0000)
commiteb4730e0bf89ebc2e4e8cb3acf8eae053323f29d
tree5079e6fcd10bb8e47227f0d46baba5a84bd65dac
parentece38fbb211a0d0ab28e8e1356c033e3133c7db2
Fix blatant segfault in x11_font_has_glyph.

When I cut it in half so I could fetch the XCharStruct for a given
character, I forgot that the remaining half should check whether it
had got NULL from the XCharStruct finder. Ahem.
unix/gtkfont.c