luit: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Dec 5 20:48:43 PST 2011


 charset.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 75de0f3d8b7bd9541a8a9528ab63e51fa9c57b17
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Dec 5 20:47:09 2011 -0800

    Fix memory leak on failure in getFontencCharset
    
    Error: Memory leak (CWE 401)
       Memory leak of pointer 'c' allocated with malloc(80)
            at line 297 of app/luit/charset.c in function 'getFontencCharset'.
              'c' allocated at line 290 with malloc(80).
            at line 303 of app/luit/charset.c in function 'getFontencCharset'.
              'c' allocated at line 290 with malloc(80).
    
    [ 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