<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
  <channel>
    <title>Guido Flohr - #C</title>
    <description></description>
    <link>https://www.guido-flohr.net/</link>
    <webfeeds:cover image="http://www.guido-flohr.net/assets/images/gfl-profile.jpeg" />
    <atom:link href="https://www.guido-flohr.net/" rel="self" type="application/rss+xml"/>

    <pubDate>Tue, 02 Jun 2026 17:07:23 +0000</pubDate>
    <lastBuildDate>Tue, 02 Jun 2026 17:07:23 +0000</lastBuildDate>
    <generator>Qgoda vv0.11.0 (https://www.qgoda.net/)</generator>
      
      <item>
        <title>Never Delete PID Files!</title>
        <description>The best way to delete a pid file (or rather a lock file) is not to delete it. Doing so will almost always result in race conditions voiding the protection against parallel execution.</description>
        <pubDate>Wed, 31 Jan 2018 22:00:00 +0000</pubDate>
        <link>https://www.guido-flohr.net/never-delete-your-pid-file/index.html</link>
        <guid isPermaLink="true">https://www.guido-flohr.net/never-delete-your-pid-file/index.html</guid>
        
        <category>Development</category>
        
        <category>C</category>
        
        <category>Daemons</category>
        
        
        <category>Development</category>
        
      </item>
      
      <item>
        <title>Number Comparison Without Overflow</title>
        <description>When dealing with numbers that come from untrusted sources, you should always expect that these numbers may not fit into the integer data type that you are using. Such number overflows may cause subtle bugs or security problems in your code.</description>
        <pubDate>Mon, 20 Jan 2020 22:00:00 +0000</pubDate>
        <link>https://www.guido-flohr.net/number-comparison-without-overflow/index.html</link>
        <guid isPermaLink="true">https://www.guido-flohr.net/number-comparison-without-overflow/index.html</guid>
        
        <category>Development</category>
        
        <category>C</category>
        
        
        <category>Development</category>
        
      </item>
      
  </channel>
</rss>
