<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi again,</p>
<p>On 2016-10-28 14:57, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> I have attached an update patch where the state of `errno` is set to `0` prior
 to the invocation of `strtoul`, and reset back to whatever state it had before
 (unless we find invalid data) after.</code></pre>
</blockquote>
<p>This is somewhat embarrasing, but for some reason my rebase skill was <em>MIA</em> when I generated that patch (and the actual important change was not included).</p>
<p>Attached is a patch that, definitely, resets <code>errno</code> to <code>0</code> prior to calling <code>strtoul</code> (in order for the value to be trusted when verifying the input).</p>
<p>/F</p>
</body>
</html>