libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Dec 5 19:57:40 PST 2011


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

New commits:
commit 56448a626fc90bcf75a1fa2f4c294b0eb1f23bd6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 29 23:56:57 2011 -0800

    Reject negative string counts in copy_string_list
    
    Silences parfait warning of a potential memory leak:
       Memory leak of pointer 'dst' allocated with malloc(length)
            at line 160 of FSWrap.c in function 'copy_string_list'.
              'dst' allocated at line 145 with malloc(length).
              dst leaks when count <= 0 at line 154.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list