diff options
author | Julien Cristau <jcristau@debian.org> | 2015-07-03 23:53:25 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-07-04 01:28:17 +0200 |
commit | 09cb7b2d2aa35c6353202e57867f1970df9f5ec2 (patch) | |
tree | fb58f4f3cea4757cef106785c49e6917a5cb63ad /debian/changelog | |
parent | 44b913275b60fa4e95d76c2918426d7f7d70752a (diff) | |
download | nx-libs-09cb7b2d2aa35c6353202e57867f1970df9f5ec2.tar.gz nx-libs-09cb7b2d2aa35c6353202e57867f1970df9f5ec2.tar.bz2 nx-libs-09cb7b2d2aa35c6353202e57867f1970df9f5ec2.zip |
nx-X11: Backport: randr: fix server crash in RRGetScreenInfo
We don't return rates to randr < 1.1 clients, so don't allocate space
for them. This fixes a FatalError due to not all allocated space being
used.
X.Org bug#21861 <http://bugs.freedesktop.org/show_bug.cgi?id=21861>
Reported-by: Guillaume Quintin <coincoin169g@gmail.com>
Signed-off-by: Julien Cristau <jcristau@debian.org>
Backported from Arctica GH 3.6.x branch.
v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
v3: backport to nx-libs 3.5.0.x (Mihai Moldovan)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3802f15c3..7b82e2d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -287,6 +287,12 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low v3: backport to nx-libs 3.5.0.x (Mihai Moldovan) Adds: - 1253_nx-X11_randr-check-for-virtual-size-limits-befo.full.patch + * nx-X11: randr: fix server crash in RRGetScreenInfo + Backported from Arctica GH 3.6.x branch. + v2: backport to nx-libs 3.6.x (Ulrich Sibiller) + v3: backport to nx-libs 3.5.0.x (Mihai Moldovan) + Adds: + - 1254_nx-X11_randr-fix-server-crash-in-RRGetScreenInf.full.patch -- X2Go Release Manager <git-admin@x2go.org> Tue, 17 Mar 2015 19:19:32 +0100 |