libXrender: Changes to 'master'

Keith Packard keithp at kemper.freedesktop.org
Sat Nov 23 22:17:35 PST 2013


 src/Glyph.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7887382e59b7a06d6b02501205d543fdf76c8249
Author: Clemens Eisserer <linuxhippy at gmail.com>
Date:   Sat Nov 23 22:15:52 2013 -0800

    Fix request length calculation for XRenderCompositeText32
    
    Request length calculation inside XRenderCompositeText32 is broken for
    the case where the number of glyphs fits exactky inside the last
    xGlyphElt.
    
    In XRenderCompositeText8 and XRenderCompositeText16 this case is
    handled properly, somehow the "-1" got missing in
    XRenderCompositeText32.
    
    Reviewed-by: Keith Packard <keithp at keithp.com>



More information about the xorg-commit mailing list