libFS: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Feb 13 10:07:16 PST 2011


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

New commits:
commit 3deb5cb746e94854728f8265b6bb8eeaec367322
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 11 18:32:08 2011 -0800

    Off-by-one error in FSGetErrorText bounds check
    
    Read outside array bounds (CWE 125): In array dereference of <unknown> with index 'code'
      Array size is 12 elements (of 4 bytes each), index >= 1 and index <= 12
        at line 108 of libFS/src/FSErrDis.c in function 'FSGetErrorText'.
    
    [ This bug was found by the Parfait 0.3.6 bug checking tool.
      For more information see http://labs.oracle.com/projects/parfait/ ]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list