<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bartlby/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bartlby/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bartlby/bugs/</id><updated>2008-03-17T09:01:11Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Misusage of "magic numbers"</title><link href="https://sourceforge.net/p/bartlby/bugs/2/" rel="alternate"/><published>2008-03-17T09:01:11Z</published><updated>2008-03-17T09:01:11Z</updated><author><name>Markus Elfring</name><uri>https://sourceforge.net/u/elfring/</uri></author><id>https://sourceforge.net4833935ddb586e5e871c04d353bd71574f338b11</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have seen some fixed integers in a source file.&lt;br /&gt;
&lt;a href="http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/config.c?revision=1.12&amp;amp;view=markup"&gt;http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/config.c?revision=1.12&amp;amp;view=markup&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;They are unnecessarily hard to understand.&lt;br /&gt;
&lt;a href="http://en.wikipedia.org/wiki/Magic_number_%28programming%29#Unnamed_numerical_constant" rel="nofollow"&gt;http://en.wikipedia.org/wiki/Magic_number_%28programming%29#Unnamed_numerical_constant&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I suggest to improve the source code by the use of the sizeof() operator.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Check return codes everywhere</title><link href="https://sourceforge.net/p/bartlby/bugs/1/" rel="alternate"/><published>2007-02-27T14:46:11Z</published><updated>2007-02-27T14:46:11Z</updated><author><name>Markus Elfring</name><uri>https://sourceforge.net/u/elfring/</uri></author><id>https://sourceforge.netf1d88155c21b2c3560ee24df9b72305b8d99b709</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Some checks for return codes are missing.&lt;/p&gt;
&lt;p&gt;Examples:&lt;br /&gt;
Would you like to add more error handling for return values from "malloc" like in the function "bartlby_check_sirene" and from "fwrite" in the function "bartlby_pre_init"?&lt;br /&gt;
&lt;a href="http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/ack.c?revision=1.2&amp;amp;view=markup"&gt;http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/ack.c?revision=1.2&amp;amp;view=markup&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/daemon.c?revision=1.11&amp;amp;view=markup"&gt;http://bartlby.cvs.sourceforge.net/bartlby/bartlby-core/src/daemon.c?revision=1.11&amp;amp;view=markup&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>