<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtdevnc/libvncserver/font.c, branch r14.1.2</title>
<subtitle>Shared TDE VNC library sources
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.2</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.2'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/'/>
<updated>2017-05-10T14:59:16Z</updated>
<entry>
<title>font: Fix a small resource leak in a failure case in rfbLoadConsoleFont()</title>
<updated>2017-05-10T14:59:16Z</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2017-05-10T14:58:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=c550e1ac697f14da594a6c8f5a83ffdabd046847'/>
<id>urn:sha1:c550e1ac697f14da594a6c8f5a83ffdabd046847</id>
<content type='text'>
The file handle wouldn't be closed in this instance.
</content>
</entry>
<entry>
<title>Set proper file permissions for source files.</title>
<updated>2011-03-10T14:22:54Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2011-03-10T14:22:54Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=e832999a58a3db69ab397ec8a583a1d90fec4b01'/>
<id>urn:sha1:e832999a58a3db69ab397ec8a583a1d90fec4b01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libvncserver/font.c: add some checks to rfbDrawChar().</title>
<updated>2010-01-07T17:58:49Z</updated>
<author>
<name>Christian Beier</name>
<email>dontmind@freeshell.org</email>
</author>
<published>2010-01-07T17:58:49Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=07008deea297c3e1183f0c9bdeb071b128ff4619'/>
<id>urn:sha1:07008deea297c3e1183f0c9bdeb071b128ff4619</id>
<content type='text'>
In some cases (bad font data) the coordinates evaluate to &lt;0,
causing a segfault in the following memcpy().

[jes: keep the offset, but do not try to segfault]

Signed-off-by: Christian Beier &lt;dontmind@freeshell.org&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
</content>
</entry>
<entry>
<title>fix off by one bug</title>
<updated>2005-05-24T08:56:35Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2005-05-24T08:56:35Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=6fb77fb0c15fdc8185a160704db4c87891ace742'/>
<id>urn:sha1:6fb77fb0c15fdc8185a160704db4c87891ace742</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy, fix some warnings from Linus' sparse</title>
<updated>2005-05-15T13:57:51Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2005-05-15T13:57:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=8bee4eb990273c3654431467ba6618eb916f030a'/>
<id>urn:sha1:8bee4eb990273c3654431467ba6618eb916f030a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add comment "if col=bcol, assume background is transparent"</title>
<updated>2005-01-14T21:16:04Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2005-01-14T21:16:04Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=8d2ae4ea5169caa7164e29a02273e24a14c8ba3f'/>
<id>urn:sha1:8d2ae4ea5169caa7164e29a02273e24a14c8ba3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix segfault when trying to write outside of frameBuffer</title>
<updated>2005-01-14T14:35:00Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2005-01-14T14:35:00Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=b9a8f19bb493c1070d6f7b355f3265782971d2d0'/>
<id>urn:sha1:b9a8f19bb493c1070d6f7b355f3265782971d2d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>global structures/functions should have "rfb", "sra" or "zrle" as prefix,</title>
<updated>2004-08-30T15:45:58Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2004-08-30T15:45:58Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=97299606daab079cd88a096308487341c113ccec'/>
<id>urn:sha1:97299606daab079cd88a096308487341c113ccec</id>
<content type='text'>
while structure members should not
</content>
</entry>
<entry>
<title>move the library into libvncserver/, x11vnc into x11vnc/</title>
<updated>2004-05-25T09:05:09Z</updated>
<author>
<name>dscho</name>
<email>dscho</email>
</author>
<published>2004-05-25T09:05:09Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=876868553da8f69ed1a368688b6d01a8a7bc1a39'/>
<id>urn:sha1:876868553da8f69ed1a368688b6d01a8a7bc1a39</id>
<content type='text'>
</content>
</entry>
</feed>
