libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 29 19:05:41 UTC 2018


 configure.ac                |    1 
 modules/im/ximcp/imDefIm.c  |    4 -
 src/Depths.c                |    3 -
 src/FSWrap.c                |    5 +-
 src/Font.c                  |   16 +++---
 src/FontInfo.c              |   13 ++---
 src/FontNames.c             |    3 -
 src/GetAtomNm.c             |    5 --
 src/GetFPath.c              |    3 -
 src/GetMoEv.c               |    3 -
 src/GetPntMap.c             |    4 -
 src/GetRGBCMap.c            |    3 -
 src/LiICmaps.c              |    4 -
 src/LiProps.c               |    4 -
 src/ListExt.c               |    3 -
 src/Makefile.am             |    1 
 src/ModMap.c                |    3 -
 src/PixFormats.c            |    3 -
 src/PolyReg.c               |    5 +-
 src/PutImage.c              |    5 +-
 src/QuColors.c              |    5 +-
 src/QuTree.c                |    4 -
 src/Quarks.c                |   13 ++---
 src/RdBitF.c                |    6 +-
 src/Region.c                |   11 ++--
 src/SetHints.c              |    7 +-
 src/SetRGBCMap.c            |    7 +-
 src/TextToStr.c             |    4 -
 src/VisUtil.c               |    8 ++-
 src/WrBitF.c                |    3 -
 src/XlibInt.c               |    9 ++-
 src/reallocarray.c          |   43 ++++++++++++++++++
 src/reallocarray.h          |   44 ++++++++++++++++++
 src/xcms/CvCols.c           |    5 +-
 src/xcms/StCols.c           |    5 +-
 src/xcms/cmsColNm.c         |   11 ++++
 src/xcms/cmsInt.c           |    5 +-
 src/xkb/XKBAlloc.c          |   65 +++++----------------------
 src/xkb/XKBGetMap.c         |   21 ++------
 src/xkb/XKBMAlloc.c         |  104 ++++++++++----------------------------------
 src/xkb/XKBNames.c          |   10 ++--
 src/xkb/XKBlibint.h         |   22 ++++++++-
 src/xlibi18n/ICWrap.c       |    3 -
 src/xlibi18n/XDefaultIMIF.c |    3 -
 src/xlibi18n/XlcDL.c        |    8 ++-
 src/xlibi18n/lcDB.c         |    3 -
 src/xlibi18n/lcGeneric.c    |   27 +++++------
 src/xlibi18n/lcPrTxt.c      |    7 +-
 src/xlibi18n/lcWrap.c       |    3 -
 49 files changed, 302 insertions(+), 255 deletions(-)

New commits:
commit ba7f7cc783672784bebc6e69349b55c6c75c1973
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 27 18:35:27 2015 -0700

    Convert src/xlibi18n to use reallocarray()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 336c1e7a505698a8f3bcb6eb96dbbb8ed21ade96
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 26 11:12:47 2015 -0700

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

commit 258a8ced681dc1bc50396be7439fce23f9807e2a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 19 11:58:50 2015 -0700

    Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArray
    
    Makes resizing & clearing more consistent and gets rid of some weird
    quirks like always subtracting 1 from the size passed to _XkbClearElems
    so it could always add 1 to the size passed in.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f94273e2f4284040306b888e5ca0381ee00591af
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 19 09:47:29 2015 -0700

    Add some missing allocation failure checks in src/xcms
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 76850471b4a5a6d30f5660234e87ec2772e7b426
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 19 09:33:21 2015 -0700

    Convert src/xcms to use reallocarray()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8a62e26515e528bb47917ec4a55cc2b492419eeb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jul 19 09:24:02 2015 -0700

    Convert src/XKB to use reallocarray()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6d1dc1f6169ebf0ba71785d461bd98129c65c862
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jun 4 23:30:43 2015 -0700

    Convert main src directory to use reallocarray()

commit bcf7b5aa06c23aee00af7999b58cb96a8571ac42
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jun 4 23:18:23 2015 -0700

    Import reallocarray() from OpenBSD
    
    Wrapper for realloc() that checks for overflow when multiplying
    arguments together, so we don't have to add overflow checks to
    every single call.  For documentation on usage, see:
    http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/calloc.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list