<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/lib, branch pr/various9</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2023-04-27T12:08:46+00:00</updated>
<entry>
<title>Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78</title>
<updated>2023-04-27T12:08:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2022-01-18T23:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=4875a15ca61358a1c95b156b2279fce092451278'/>
<id>urn:sha1:4875a15ca61358a1c95b156b2279fce092451278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shellcheck: Fix SC2048 issue</title>
<updated>2021-01-31T14:03:53+00:00</updated>
<author>
<name>Mario Trangoni</name>
<email>mjtrangoni@gmail.com</email>
</author>
<published>2021-01-31T14:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=407651b39e5d6dc1f74716e38a54e315bb251ae3'/>
<id>urn:sha1:407651b39e5d6dc1f74716e38a54e315bb251ae3</id>
<content type='text'>
See,

$ find . -name "*.sh" | xargs shellcheck -i SC2048

In ./nx-X11/lib/src/util/mkks.sh line 10:
}' $*
   ^-- SC2048: Use "$@" (with quotes) to prevent whitespace problems.

For more information:
  https://www.shellcheck.net/wiki/SC2048 -- Use "$@" (with quotes) to prevent...

Signed-off-by: Mario Trangoni &lt;mjtrangoni@gmail.com&gt;
</content>
</entry>
<entry>
<title>shellcheck: Fix SC2002 issue</title>
<updated>2021-01-31T13:53:37+00:00</updated>
<author>
<name>Mario Trangoni</name>
<email>mjtrangoni@gmail.com</email>
</author>
<published>2021-01-31T13:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=22b40e690ac85ba694b999ecdfbbd91ab923b64c'/>
<id>urn:sha1:22b40e690ac85ba694b999ecdfbbd91ab923b64c</id>
<content type='text'>
See,

$ find . -name "*.sh" | xargs shellcheck -i SC2002

For more information:
  https://www.shellcheck.net/wiki/SC2002 -- Useless cat. Consider 'cmd &lt; file...

Signed-off-by: Mario Trangoni &lt;mjtrangoni@gmail.com&gt;
</content>
</entry>
<entry>
<title>yConnDis.c: fix memory leak</title>
<updated>2020-11-03T12:42:48+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-10-18T14:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=12b22e97e7f66bbc9ede261591ecf692b8f1a54a'/>
<id>urn:sha1:12b22e97e7f66bbc9ede261591ecf692b8f1a54a</id>
<content type='text'>
 Direct leak of 3 byte(s) in 1 object(s) allocated from:
 #0 0xb79e85d4 in __interceptor_malloc (/lib/i386-linux-gnu/libasan.so.5+0xeb5d4)
 #1 0xb770b635 in copystring /home/uli/work/nx/nx-libs/nx-X11/lib/src/ConnDis.c:96
 #2 0xb770ba56 in _X11TransConnectDisplay /home/uli/work/nx/nx-libs/nx-X11/lib/src/ConnDis.c:229
 #3 0xb776b4fd in XOpenDisplay /home/uli/work/nx/nx-libs/nx-X11/lib/src/OpenDis.c:215
 #4 0x63e2fd in nxagentInternalOpenDisplay /home/uli/work/nx/nx-libs/nx-X11/programs/Xserver/hw/nxagent/Display.c:608
 #5 0x63fa03 in nxagentOpenDisplay /home/uli/work/nx/nx-libs/nx-X11/programs/Xserver/hw/nxagent/Display.c:1140
 #6 0x694b5a in InitOutput /home/uli/work/nx/nx-libs/nx-X11/programs/Xserver/hw/nxagent/Init.c:305
 #7 0x5f7b11 in main /home/uli/work/nx/nx-libs/nx-X11/programs/Xserver/dix/main.c:278
 #8 0xb6f04b40 in __libc_start_main ../csu/libc-start.c:308

I have not investigated the exact location where an XFree() was missing but added multiple
Xfree() calls whereever appropriate.

Fixes ArcticaProject/nx-libs#951
</content>
</entry>
<entry>
<title>libNX_X11: set XTRANS_SEND_FDS=0</title>
<updated>2020-10-17T20:01:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-02-28T23:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1215c36f77032ad4f08e1150d98101478a57cbf7'/>
<id>urn:sha1:1215c36f77032ad4f08e1150d98101478a57cbf7</id>
<content type='text'>
NX does not support passing around FDs for local connections.

This will not cause any change in the resulting code as this variable
had been unset by default.

Fixes ArcticaProject/nx-libs#784
</content>
</entry>
<entry>
<title>libNX_X11: set FAIL_HARD</title>
<updated>2020-10-17T20:01:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-02-28T22:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=94fcba361060b2e8da9eba395ffc5d4b7978ea47'/>
<id>urn:sha1:94fcba361060b2e8da9eba395ffc5d4b7978ea47</id>
<content type='text'>
as it has been in the imake builds

Fixes ArcticaProject/nx-libs#783
</content>
</entry>
<entry>
<title>libNX_X11: reintroduce SECURE_RPC</title>
<updated>2020-10-17T20:01:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-02-26T21:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3335f250350b892e231dfb3fbd1527a8db2898f3'/>
<id>urn:sha1:3335f250350b892e231dfb3fbd1527a8db2898f3</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#780
</content>
</entry>
<entry>
<title>libNX_X11: reintroduce HASXDMAUTH</title>
<updated>2020-10-17T20:01:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2019-02-26T19:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=475d6c1f26fa44a4b4e2ee25b40656e4a8f3eac6'/>
<id>urn:sha1:475d6c1f26fa44a4b4e2ee25b40656e4a8f3eac6</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#779
</content>
</entry>
<entry>
<title>XlibInt.c: scope improvements/reformat</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-05T22:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f3473e38ca4b4132303cb76e06fe06889ae5c131'/>
<id>urn:sha1:f3473e38ca4b4132303cb76e06fe06889ae5c131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>XlibInt.c: simplify NX code insertion</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-04T18:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=52a458282a50bf54b54eacf071a15a26ab6e8547'/>
<id>urn:sha1:52a458282a50bf54b54eacf071a15a26ab6e8547</id>
<content type='text'>
</content>
</entry>
</feed>
