<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/tftp-server/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/tftp-server/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 24 May 2009 10:41:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tftp-server/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>64bit compatibility fix</title><link>https://sourceforge.net/p/tftp-server/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Change pointer to DWORD cast to DWORD_PTR for 64 bit compatibility.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Timo Kreuzer</dc:creator><pubDate>Sun, 24 May 2009 10:41:16 -0000</pubDate><guid>https://sourceforge.netb1bf4a2cc62549735d8b86cc5ad536f35cc25186</guid></item><item><title>Patch for Unix Stable 1.5 tftpservermtV1.53</title><link>https://sourceforge.net/p/tftp-server/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CHANGES MADE:&lt;/p&gt;
&lt;p&gt;1. Fixed a bug where the return value of the function select() was not checked. This becomes an issue under load, as the FD_SETSIZE parameter is hard-coded to 1024 in the kernel, so when this limit is reached the select() will fail. I would suggest that the best solution to this issue would be to remove the select() and FD_ISSET calls, replacing them with epoll()&lt;/p&gt;
&lt;p&gt;2. The function logMess() used the inet_ntoa() function which is not thread safe. This has been replaced with inet_ntop.&lt;/p&gt;
&lt;p&gt;3. In the init() function, I changed the opening of the log file to append, as the original over-wrote the log on start-up.&lt;/p&gt;
&lt;p&gt;4. Also added comments throughout to make the code more readable.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sabrina Brown</dc:creator><pubDate>Mon, 29 Sep 2008 15:04:43 -0000</pubDate><guid>https://sourceforge.net0291b0f8812474938ad9ef6492adf3940a39df75</guid></item></channel></rss>