libXp: Changes to 'refs/tags/libXp-1.0.2'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu May 30 17:43:15 PDT 2013


Tag 'libXp-1.0.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-05-31 01:43 -0700

libXp-1.0.2

Changes since libXp-1.0.1:
Alan Coopersmith (10):
      Strip trailing whitespace
      Stop trying to use NULL for Status values
      Fix XpEventToWire arguments to match what libXext expects
      Add const qualifiers to silence gcc -Wwrite-strings warnings
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XpGetAttributes & XpGetOneAttribute [CVE-2013-2062 1/3]
      integer overflows in XpGetPrinterList() [CVE-2013-2062 2/3]
      integer overflows in XpQueryScreens() [CVE-2013-2062 3/3]
      libXp 1.0.2

---
 Makefile.am                  |    6 -
 configure.ac                 |   14 ++-
 man/Makefile.am              |    2 
 man/XpCancelDoc.man          |   60 +++++++--------
 man/XpCancelJob.man          |   38 ++++-----
 man/XpCancelPage.man         |   54 ++++++-------
 man/XpCreateContext.man      |  134 ++++++++++++++++-----------------
 man/XpDestroyContext.man     |   32 ++++----
 man/XpEndDoc.man             |   22 ++---
 man/XpEndJob.man             |   28 +++----
 man/XpEndPage.man            |   32 ++++----
 man/XpFreePrinterList.man    |   22 ++---
 man/XpGetAttributes.man      |   44 +++++------
 man/XpGetContext.man         |   22 ++---
 man/XpGetDocumentData.man    |  172 +++++++++++++++++++++----------------------
 man/XpGetImageResolution.man |   28 +++----
 man/XpGetLocaleHinter.man    |   24 +++---
 man/XpGetOneAttribute.man    |   28 +++----
 man/XpGetPageDimensions.man  |   30 +++----
 man/XpGetPdmStartParams.man  |  126 +++++++++++++++----------------
 man/XpGetPrinterList.man     |   72 +++++++++---------
 man/XpGetScreenOfContext.man |   28 +++----
 man/XpInputSelected.man      |   52 ++++++-------
 man/XpPutDocumentData.man    |  114 ++++++++++++++--------------
 man/XpQueryExtension.man     |   36 ++++-----
 man/XpQueryScreens.man       |   32 ++++----
 man/XpQueryVersion.man       |   36 ++++-----
 man/XpRehashPrinterList.man  |   36 ++++-----
 man/XpSelectInput.man        |   34 ++++----
 man/XpSetAttributes.man      |   92 +++++++++++------------
 man/XpSetContext.man         |   74 +++++++++---------
 man/XpSetImageResolution.man |   20 ++---
 man/XpSetLocaleHinter.man    |  160 ++++++++++++++++++++--------------------
 man/XpStartDoc.man           |   58 +++++++-------
 man/XpStartJob.man           |   64 ++++++++--------
 man/XpStartPage.man          |   60 +++++++--------
 man/libXp.man                |   94 +++++++++++------------
 src/Makefile.am              |    2 
 src/XpAttr.c                 |   38 +++++----
 src/XpContext.c              |    2 
 src/XpDoc.c                  |    2 
 src/XpExtUtil.c              |   23 ++---
 src/XpExtUtil.h              |   16 +++-
 src/XpExtVer.c               |    4 -
 src/XpGetData.c              |    2 
 src/XpImageRes.c             |    2 
 src/XpInput.c                |    2 
 src/XpJob.c                  |    4 -
 src/XpLocale.c               |    2 
 src/XpNotifyPdm.c            |   24 +++---
 src/XpPage.c                 |    2 
 src/XpPageDim.c              |    2 
 src/XpPrinter.c              |   45 ++++++-----
 src/XpPutData.c              |    2 
 src/XpScreens.c              |   18 ++--
 55 files changed, 1098 insertions(+), 1074 deletions(-)
---


More information about the xorg-commit mailing list