diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 15:19:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 15:19:15 +0000 |
commit | 0acf7951a7cbe6feafb6b19c424c1f6298e8b019 (patch) | |
tree | a4b4f79ee3d4b1fac3117313b8c6c55b1a75027d /lib/libXinerama/ChangeLog | |
parent | d0c662f65ef4c5eedce1d255c3fa1b83df834412 (diff) |
Update to libXinerama 1.1.3
Diffstat (limited to 'lib/libXinerama/ChangeLog')
-rw-r--r-- | lib/libXinerama/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib/libXinerama/ChangeLog b/lib/libXinerama/ChangeLog index 779346a1b..e66f8c794 100644 --- a/lib/libXinerama/ChangeLog +++ b/lib/libXinerama/ChangeLog @@ -1,3 +1,52 @@ +commit 6e1d1dc328ba8162bba2f4694e7f3c706a1491ff +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Thu May 30 17:27:51 2013 -0700 + + libXinerama 1.1.3 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 99c644fc8488657bdd106717df7446d606f9ef22 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Mar 8 19:55:55 2013 -0800 + + integer overflow in XineramaQueryScreens() [CVE-2013-1985] + + If the reported number of screens is too large, the calculations to + allocate memory for them may overflow, leaving us writing beyond the + bounds of the allocation. + + Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 7ce3ce4be46087f9cc57cb415875abaaa961f734 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat May 4 09:21:14 2013 -0700 + + Use _XEatDataWords to avoid overflow of _XEatData calculations + + rep.length is a CARD32, so rep.length << 2 could overflow in 32-bit builds + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 470b9356af961ff7d3968b164aa73872b49a5dcc +Author: Colin Walters <walters@verbum.org> +Date: Wed Jan 4 17:37:06 2012 -0500 + + autogen.sh: Implement GNOME Build API + + http://people.gnome.org/~walters/docs/build-api.txt + + Signed-off-by: Adam Jackson <ajax@redhat.com> + +commit c20859051442e4a262895a78ae934758fbdc34a0 +Author: Adam Jackson <ajax@redhat.com> +Date: Tue Jan 15 14:28:48 2013 -0500 + + configure: Remove AM_MAINTAINER_MODE + + Signed-off-by: Adam Jackson <ajax@redhat.com> + commit 34b66b71eeb04a50125a3e5c59fe0d22500ab679 Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Wed Mar 7 20:29:30 2012 -0800 |