<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs, branch 3.5.99.2</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.2</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.2'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-10-13T13:22:05+00:00</updated>
<entry>
<title>hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages.</title>
<updated>2016-10-13T13:22:05+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-10-13T12:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=bd25086c3cfc5c5d79139de69fd80e7bc961f6af'/>
<id>urn:sha1:bd25086c3cfc5c5d79139de69fd80e7bc961f6af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove CRAY support</title>
<updated>2016-10-10T20:52:30+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-08-01T23:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e51b961a79f4d8df8416a39d72bd2b6848b820f4'/>
<id>urn:sha1:e51b961a79f4d8df8416a39d72bd2b6848b820f4</id>
<content type='text'>
This basically repeats commit bad67799229b94ea2ba0174319949766ad1c2fc6
after the upgrade to libX11 1.3.4.
</content>
</entry>
<entry>
<title>xserver: add missing xkbfile.h</title>
<updated>2016-10-07T22:44:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-07T22:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b0622729ad7566a47c774d66c7eea36ee4fd35f2'/>
<id>urn:sha1:b0622729ad7566a47c774d66c7eea36ee4fd35f2</id>
<content type='text'>
This should have been part of commit 2c31ce2 which also happens to
have a wrong description... Sigh.
</content>
</entry>
<entry>
<title>xserver: adapt xkbsrc includes syntax to match upstream</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-04T19:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=736a2333e655ecfee78cb82f074cce5e84bdc218'/>
<id>urn:sha1:736a2333e655ecfee78cb82f074cce5e84bdc218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>os/access: fix regression in server interpreted auth</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2015-02-17T04:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a2a7482f2a38c86e6d9790a177dabdc02153e087'/>
<id>urn:sha1:a2a7482f2a38c86e6d9790a177dabdc02153e087</id>
<content type='text'>
This was reported on irc on Fedora when rawhide went to 1.17.1.

regression occured in: 2566835b4374edb3e5a8353d4f7c9e7ec4851c57
 os: Eliminate uninitialized value warnings from access.c

siAddrMatch doesn't need addr to be a useful value, it checks
some things like localuser without having an address at all.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
Tested-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;

v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
</content>
</entry>
<entry>
<title>os: Eliminate uninitialized value warnings from access.c</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-22T21:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a11629656cc9cfde12f5145191fe05435958d5bd'/>
<id>urn:sha1:a11629656cc9cfde12f5145191fe05435958d5bd</id>
<content type='text'>
The ConvertAddr function doesn't reliably set the 'addr' return value,
and so callers are getting flagged for using potentially uninitialized
values. Initialize the value in the callers to NULL and then go ahead
and check for NULL values before using them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;

v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
</content>
</entry>
<entry>
<title>dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-12-09T17:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=057cdafdc25c9c82989304ad0427c0038b40c521'/>
<id>urn:sha1:057cdafdc25c9c82989304ad0427c0038b40c521</id>
<content type='text'>
GetHosts saves the pointer to allocated memory in *data, and then
wants to bounds-check writes to that region, but was mistakenly using
a bare 'data' instead of '*data'. Also, data is declared as void **,
so we need a cast to turn it into a byte pointer so we can actually do
pointer comparisons.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
Reviewed-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;

v1: Keith Packard
v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
</content>
</entry>
<entry>
<title>Fix multiple warnings in os/xdmauth.c.</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Eamon Walsh</name>
<email>ewalsh@tycho.nsa.gov</email>
</author>
<published>2008-06-14T01:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=da5da2091dc47b031926c791135c83468f557e9d'/>
<id>urn:sha1:da5da2091dc47b031926c791135c83468f557e9d</id>
<content type='text'>
v1: Eamon Walsh
v2: backport to nx-libs 3.6.x (Ulrich Sibiller)
</content>
</entry>
<entry>
<title>replace transport.c link by xstrans.c</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T21:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b60f66bb9df6cbde57bcfb335701c175e0df2c74'/>
<id>urn:sha1:b60f66bb9df6cbde57bcfb335701c175e0df2c74</id>
<content type='text'>
Just like upstream does
</content>
</entry>
<entry>
<title>xserver: drop XKBSRV_NEED_FILE_FUNCS</title>
<updated>2016-10-06T19:16:17+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-09-26T20:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2a5364d5ff547e0a2447cbde4cd37da2fe69dece'/>
<id>urn:sha1:2a5364d5ff547e0a2447cbde4cd37da2fe69dece</id>
<content type='text'>
just as upstream did
</content>
</entry>
</feed>
