<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtdevnc/libvncserver/rfbserver.c, branch r14.1.x</title>
<subtitle>Shared TDE VNC library sources
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.x</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.x'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/'/>
<updated>2019-03-03T15:01:12Z</updated>
<entry>
<title>Limit lenght to INT_MAX bytes in rfbProcessFileTransferReadBuffer()</title>
<updated>2019-03-03T15:01:12Z</updated>
<author>
<name>Petr Písař</name>
<email>ppisar@redhat.com</email>
</author>
<published>2019-01-07T09:40:01Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=6142d389db44b781e36399fe7c477c4879c0924b'/>
<id>urn:sha1:6142d389db44b781e36399fe7c477c4879c0924b</id>
<content type='text'>
This ammends 15bb719c03cc70f14c36a843dcb16ed69b405707 fix for a heap
out-of-bound write access in rfbProcessFileTransferReadBuffer() when
reading a transfered file content in a server. The former fix did not
work on platforms with a 32-bit int type (expected by rfbReadExact()).

CVE-2018-15127
&lt;https://github.com/LibVNC/libvncserver/issues/243&gt;
&lt;https://github.com/LibVNC/libvncserver/issues/273&gt;

(cherry picked from commit 09e8fc02f59f16e2583b34fe1a270c238bd9ffec)
</content>
</entry>
<entry>
<title>Merge tag 'LibVNCServer-0.9.12'</title>
<updated>2019-02-06T15:56:55Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2019-02-06T15:56:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=f3f392caec43b4095bc1d84b315ed7972c13c144'/>
<id>urn:sha1:f3f392caec43b4095bc1d84b315ed7972c13c144</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Merge pull request #238 from tetrane/pr-fix-use-after-free</title>
<updated>2019-01-06T18:16:02Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2019-01-06T18:16:02Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=ffa449ad01d803acdace6d178ef198d9abdcc16f'/>
<id>urn:sha1:ffa449ad01d803acdace6d178ef198d9abdcc16f</id>
<content type='text'>
Fix use-after-free and concurrent access segmentation fault</content>
</entry>
<entry>
<title>Error out in rfbProcessFileTransferReadBuffer if length can not be allocated</title>
<updated>2019-01-06T14:13:56Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2019-01-06T14:13:56Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=15bb719c03cc70f14c36a843dcb16ed69b405707'/>
<id>urn:sha1:15bb719c03cc70f14c36a843dcb16ed69b405707</id>
<content type='text'>
re #273
</content>
</entry>
<entry>
<title>LibVNCServer: fix heap out-of-bound write access</title>
<updated>2018-10-21T18:22:05Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-10-21T18:21:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=502821828ed00b4a2c4bef90683d0fd88ce495de'/>
<id>urn:sha1:502821828ed00b4a2c4bef90683d0fd88ce495de</id>
<content type='text'>
Closes #243
</content>
</entry>
<entry>
<title>Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.</title>
<updated>2018-10-08T12:59:54Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2018-10-08T12:48:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=8c081c8888bccbf5adfe0fc4ec518e2cbfba9871'/>
<id>urn:sha1:8c081c8888bccbf5adfe0fc4ec518e2cbfba9871</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>websockets: remove Flash fallback</title>
<updated>2018-10-01T19:13:11Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-10-01T19:13:11Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=459046efc023161642c599809c6a5ef733035a12'/>
<id>urn:sha1:459046efc023161642c599809c6a5ef733035a12</id>
<content type='text'>
Closes #162
</content>
</entry>
<entry>
<title>Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread</title>
<updated>2018-08-09T08:05:37Z</updated>
<author>
<name>Quentin BUATHIER</name>
<email>qbuathier@tetrane.com</email>
</author>
<published>2018-08-09T07:33:59Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82'/>
<id>urn:sha1:cedae6e6f97b14f5df3ea7c5f7efd59f2bc9ad82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rfbserver: fix a typo</title>
<updated>2018-03-24T01:30:34Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-03-24T01:30:34Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=f23248a415ab1abab7c4e5330a9985d5bb10987b'/>
<id>urn:sha1:f23248a415ab1abab7c4e5330a9985d5bb10987b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rfbserver: get rid of inttypes.h again</title>
<updated>2018-03-24T01:30:13Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2018-03-24T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=449cbe90282dcb5d0eb3b59f0409134f4ea11871'/>
<id>urn:sha1:449cbe90282dcb5d0eb3b59f0409134f4ea11871</id>
<content type='text'>
</content>
</entry>
</feed>
