xgc: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Dec 28 20:44:01 PST 2011


 text.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 17734f0b7b2d5240c0adb14f7ce03763603fd99c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Dec 28 20:36:26 2011 -0800

    Bounds check value passed to WriteText
    
    Read outside array bounds (CWE 125): In array dereference of names[type] with index 'type'
        Array size is 4 elements (of 8 bytes each), index >= 0 and index <= 2147483647
          at line 155 of text.c in function 'WriteText'.
    
    [ This bug was found by the Parfait 0.4.2 bug checking tool.
      For more information see http://labs.oracle.com/projects/parfait/ ]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list