libXext: Changes to 'refs/tags/libXext-1.3.2'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 31 14:41:03 PDT 2013


Tag 'libXext-1.3.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-05-31 22:40 -0700

libXext-1.3.2

Changes since libXext-1.3.1:
Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (8):
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]
      integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]
      several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]
      integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]
      integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]
      integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]
      libXext 1.3.2

Chase Douglas (1):
      Destroy generic event extension after last display is removed

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Eric S. Raymond (2):
      Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE.
      Replace presentationm-level requests with .RS/RE.

Peter Hutterer (1):
      sync: fix copy/paste error in comment

Thomas Klausner (1):
      Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2

---
 COPYING                       |    3 -
 autogen.sh                    |    4 +
 configure.ac                  |    9 ++-
 include/X11/extensions/sync.h |    2 
 man/XShape.man                |   18 +++---
 man/Xmbuf.man                 |  115 ++++++++++++++++++++++++------------------
 src/Makefile.am               |    1 
 src/XEVI.c                    |   29 +++++++---
 src/XMultibuf.c               |    3 -
 src/XSecurity.c               |    3 -
 src/XShape.c                  |   27 +++++----
 src/XSync.c                   |   39 ++++++++++----
 src/Xcup.c                    |   49 +++++++++--------
 src/Xdbe.c                    |   27 ++++++---
 src/Xge.c                     |   10 +++
 src/eat.h                     |   40 ++++++++++++++
 16 files changed, 253 insertions(+), 126 deletions(-)
---


More information about the xorg-commit mailing list