libXrandr: Changes to 'refs/tags/libXrandr-1.4.1'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 31 16:19:16 PDT 2013


Tag 'libXrandr-1.4.1' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2013-06-01 00:19 -0700

libXrandr-1.4.1

Changes since libXrandr-1.4.0:
Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (9):
      Constify a couple string arguments that are just copied, not modified
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XRRQueryOutputProperty() [CVE-2013-1986 1/4]
      integer overflow in XRRQueryProviderProperty() [CVE-2013-1986 2/4]
      integer overflow in XRRGetOutputProperty() [CVE-2013-1986 3/4]
      integer overflow in XRRGetProviderProperty() [CVE-2013-1986 4/4]
      Make XRRGet*Property() always initialize returned values
      libXrandr 1.4.1

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

---
 autogen.sh                      |    4 ++-
 configure.ac                    |    9 +++++-
 include/X11/extensions/Xrandr.h |    4 +--
 src/Makefile.am                 |    2 -
 src/Xrandrint.h                 |   13 ++++++++++
 src/XrrCrtc.c                   |    8 +++---
 src/XrrMode.c                   |    2 -
 src/XrrOutput.c                 |    2 -
 src/XrrProperty.c               |   52 ++++++++++++++++++++++++++--------------
 src/XrrProvider.c               |    4 +--
 src/XrrProviderProperty.c       |   52 ++++++++++++++++++++++++++--------------
 src/XrrScreen.c                 |    2 -
 12 files changed, 103 insertions(+), 51 deletions(-)
---


More information about the xorg-commit mailing list