<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/randr/rrsdispatch.c, branch pr/extend_manpage</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2016-07-04T14:36:59+00:00</updated>
<entry>
<title>Use internal temp variable for swap macros. Make swaps/swapl type safe (introducing wrong_size check at build time).</title>
<updated>2016-07-04T14:36:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-28T23:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=286d83260216e8e53db701eed5c785aae1c716bf'/>
<id>urn:sha1:286d83260216e8e53db701eed5c785aae1c716bf</id>
<content type='text'>
 While working on this changeset, various spots got discovered where
 swapl or swaps was used on a wrong type, where byte swapping calls had
 been forgotten or done on the wrong variable.

 This backport at least includes changes from the following X.org
 commits, listed in non-chronological order:

 commit 2c7c520cfe0df30f4bc3adba59d9c62582823bf8
 Author: Matt Turner &lt;mattst88@gmail.com&gt;
 Date:   Thu Aug 4 15:35:41 2011 -0400

    Use internal temp variable for swap macros

    Also, fix whitespace, mainly around
        swaps(&amp;rep.sequenceNumber)

    Reviewed-by: Peter Harris &lt;pharris@opentext.com&gt;
    Signed-off-by: Matt Turner &lt;mattst88@gmail.com&gt;

 commit 9edcae78c46286baff42e74bfe26f6ae4d00fe01
 Author: Matt Turner &lt;mattst88@gmail.com&gt;
 Date:   Wed Sep 21 17:14:16 2011 -0400

    Use correct swap{l,s} (or none at all for CARD8)

    Swapping the wrong size was never caught because swap{l,s} are macros.

    It's clear in the case of Xext/xres.c, that the author believed
    client_major/minor to be CARD16 from looking at the code in the first
    hunk.

    v2: dmx.c fixes from Keith.

    Reviewed-by: Peter Harris &lt;pharris@opentext.com&gt;
    Signed-off-by: Matt Turner &lt;mattst88@gmail.com&gt;

 commit dab064fa5e0b1f5c67222562ad5367005832cba1
 Author: Andrea Canciani &lt;ranma42@gmail.com&gt;
 Date:   Tue Nov 2 20:10:32 2010 +0100

    render: Fix byteswapping of gradient stops

    The function swapStops repeatedly swaps the color components as
    CARD16, but incorrectly steps over them as if they were CARD32.

    This causes half of the stops not to be swapped at all and some
    unrelated data be swapped instead.

    Signed-off-by: Andrea Canciani &lt;ranma42@gmail.com&gt;
    Reviewed-by: Soren Sandmann &lt;sandmann@daimi.au.dk&gt;
    Reviewed-by: Julien Cristau &lt;jcristau@debian.org&gt;
    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

 commit 54770c980cd2b91a8377f975a58ed69def5cfa42
 Author: Matt Turner &lt;mattst88@gmail.com&gt;
 Date:   Tue Aug 16 16:59:07 2011 -0400

    Cast char* buffers to swap functions

    Reviewed-by: Peter Harris &lt;pharris@opentext.com&gt;
    Signed-off-by: Matt Turner &lt;mattst88@gmail.com&gt;

 commit 6844bd2e63490870bab3c469eec6030354ef2865
 Author: Alan Coopersmith &lt;alan.coopersmith@sun.com&gt;
 Date:   Wed Jan 9 19:52:00 2008 -0800

    More Xv extension byte swapping fixes

 commit e46f6ddeccd082b2d507a1e8b57ea30e6b0a2c83
 Author: Michel Dänzer &lt;michel@tungstengraphics.com&gt;
 Date:   Wed Jan 16 14:24:22 2008 +0100

    Yet another Xv extension byte swapping fix.
</content>
</entry>
<entry>
<title>Backport RANDR proto version 1.5 to nx-X11's Xserver.</title>
<updated>2016-06-21T02:09:17+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-20T09:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=c2b1f489d7998c83af73c7cb25bbb2bc53f26094'/>
<id>urn:sha1:c2b1f489d7998c83af73c7cb25bbb2bc53f26094</id>
<content type='text'>
 Backported to X.org's /xorg/xserver Git hash level:
 a6b6e8ba026acedef6336b17adf06aebddd5f22f.
</content>
</entry>
<entry>
<title>randr extension: Convert to Xorg coding style.</title>
<updated>2016-06-21T02:06:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-07T08:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=e440ea768d004ca83993dfb5774daa7971d90c10'/>
<id>urn:sha1:e440ea768d004ca83993dfb5774daa7971d90c10</id>
<content type='text'>
 The reformatting has been achieved by applying
 x-indent.sh to all .c and .h files in Xserver/randr/.
</content>
</entry>
<entry>
<title>Drop trailing whitespaces (randr extension)</title>
<updated>2016-06-21T02:06:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-07T08:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b943cfe2afbd593e814de47b2f13f8b3b1af78da'/>
<id>urn:sha1:b943cfe2afbd593e814de47b2f13f8b3b1af78da</id>
<content type='text'>
 sed -i "s/[ ]\+$//g" randr/*.{c,h}

 happy reviewing...
 git diff -w is an empty diff.
</content>
</entry>
<entry>
<title>randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]</title>
<updated>2015-02-14T15:14:32+00:00</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2014-01-27T03:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=cea44678dd6a9418460ead314fb2106924b081f7'/>
<id>urn:sha1:cea44678dd6a9418460ead314fb2106924b081f7</id>
<content type='text'>
v2: backport to nx-libs 3.6.x (Mike DePaulo)

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
</content>
</entry>
<entry>
<title>Imported nx-X11-3.5.0-2.tar.gz</title>
<updated>2011-10-10T15:47:59+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=15cee47a496ef891923949ade073cf4ffabb9c73'/>
<id>urn:sha1:15cee47a496ef891923949ade073cf4ffabb9c73</id>
<content type='text'>
Summary: Imported nx-X11-3.5.0-2.tar.gz
Keywords:

Imported nx-X11-3.5.0-2.tar.gz
into Git repository
</content>
</entry>
</feed>
