<p>reqlen should be ssize_t (signed), not size_t (unsigned). daemon.c:722 checks if reqlen < 0, which currently can never be true.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/opentechinstitute/commotiond ssize_t</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/opentechinstitute/commotiond/pull/86'>https://github.com/opentechinstitute/commotiond/pull/86</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix names of IP generation config options in daemon.c.</li>
  <li>Fix debug statements that use incorrect variable names.</li>
  <li>moved pthread to end of link order</li>
  <li>recv returns an ssize_t value, which is signed</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/commotiond/pull/86/files#diff-0">src/daemon.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/commotiond/pull/86/files#diff-1">src/iface.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/opentechinstitute/commotiond/pull/86/files#diff-2">tests/CMakeLists.txt</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/86.patch'>https://github.com/opentechinstitute/commotiond/pull/86.patch</a></li>
  <li><a href='https://github.com/opentechinstitute/commotiond/pull/86.diff'>https://github.com/opentechinstitute/commotiond/pull/86.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotiond/pull/86'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNzE2OTc2NywiZGF0YSI6eyJpZCI6MjUwMzQwNTZ9fQ==--e1bc50b0719b592d4b7703564d32325dadf0c28c.gif' height='1' width='1'></p>