xfd: Changes to 'master'

Egbert Eich eich at kemper.freedesktop.org
Thu Jan 10 07:55:29 PST 2013


 grid.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit b55ff4853d4b46e3dba980fd802fdc11cd01469d
Author: Andreas Schwab <schwab at suse.de>
Date:   Thu May 19 10:01:59 2011 +0200

    Fix SEGV when XftFontOpenName() returns NULL.
    
    The semantics of a callback set with XtSetTypeConverter() is to return
    False only if there is no conversion at all.
    In this case the converstion string is copied verbatim to the target.
    Since the 'from' and 'to' types differ this doesn't make sense here at all.
    Instead the target value needs to be set to NULL and the return needs
    to be True.
    
    Signed-off-by: Andreas Schwab <schwab at suse.de>
    Reviewed-by: Egbert Eich <eich at freedesktop.org>



More information about the xorg-commit mailing list