simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Mar 20 19:56:14 GMT 2016


TL;DR:
  eb4730e Fix blatant segfault in x11_font_has_glyph.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2016-03-20 19:56:14

commit eb4730e0bf89ebc2e4e8cb3acf8eae053323f29d
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=eb4730e0bf89ebc2e4e8cb3acf8eae053323f29d;hp=ece38fbb211a0d0ab28e8e1356c033e3133c7db2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Mar 20 19:55:22 2016 +0000

    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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list