libfontenc: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Jan 19 10:32:23 PST 2015


 include/X11/fonts/fontenc.h |   14 
 src/encparse.c              |  613 +++++++++++++++------------
 src/fontenc.c               |  974 +++++++++++++++++++++++---------------------
 src/fontencI.h              |   12 
 4 files changed, 865 insertions(+), 748 deletions(-)

New commits:
commit de1843aaf76015c9d99416f3122d169fe331b849
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 17 19:37:28 2015 -0800

    Initialize aliases array in parseEncodingFile()
    
    The static analyzer insisted there were code paths that entries in this
    array could be read without them being initialized.  While I couldn't
    see any way that would happen, this makes sure it can't and makes the
    analyzer quiet.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c377d91157601df90936e49167ce28a548c9b740
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 17 19:18:41 2015 -0800

    Reformat code to X.Org standard style
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8eefb5a18de41b693c00767458ee51f034201ebf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 17 18:46:49 2015 -0800

    Replace strcpy+strcat calls with snprintf calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a5221fc11307eb1230ae2643c6e423b0f7867fde
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 17 18:36:07 2015 -0800

    Replace sprintf call with snprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list