<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Eric S. Raymond pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/736e8a0d94b939a8e2631db612b97fdf54adeb7b">736e8a0d</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-01-26T04:32:57-05:00</i>
</div>
<pre class='commit-message'>In NEWS, add a fix notice.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/56630d4119ffeddd356a937c449026161c3f384b">56630d41</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-01-26T04:34:46-05:00</i>
</div>
<pre class='commit-message'>Fix a typo in a Coverity annotation.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
NEWS
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
libparse/ieee754io.c
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/72dac9ed7435b3b34a4ac74676bb57d0e1ffd90c...56630d4119ffeddd356a937c449026161c3f384b#diff-0'>
<strong>
NEWS
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/NEWS
</span><span style="color: #000000;background-color: #ddffdd">+++ b/NEWS
</span><span style="color: #aaaaaa">@@ -70,6 +70,10 @@ of filenames used in saveconfig commands. Saveconfig support is
</span> disabled at compile time in NTPsec and will not be re-enabled without
 much more extensive hardening.
 
<span style="color: #000000;background-color: #ddffdd">+Other fixes:
+
+Coverity found a slow memory leak in the asynchronous-DNS code.
+
</span> == 2015-11-16: 0.9.0 ==
 
 Initial NTPsec beta release.
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/compare/72dac9ed7435b3b34a4ac74676bb57d0e1ffd90c...56630d4119ffeddd356a937c449026161c3f384b#diff-1'>
<strong>
libparse/ieee754io.c
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/libparse/ieee754io.c
</span><span style="color: #000000;background-color: #ddffdd">+++ b/libparse/ieee754io.c
</span><span style="color: #aaaaaa">@@ -491,7 +491,7 @@ put_ieee754(
</span>         mantissa_high  = (outlfp.l_ui << (mbits - msb)) & ((1 << (mbits - 32)) - 1);
              mantissa_high |=  outlfp.l_uf >> (32 - (mbits - msb));
              mantissa_low   = (outlfp.l_ui & ((1 << (msb - mbits)) - 1)) << (32 - (msb - mbits));
<span style="color: #000000;background-color: #ffdddd">-              /* coverity[shift_negative] */
</span><span style="color: #000000;background-color: #ddffdd">+         /* coverity[negative_shift] */
</span>         mantissa_low  |=  outlfp.l_uf >> (msb - mbits);
            }
          else
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/compare/72dac9ed7435b3b34a4ac74676bb57d0e1ffd90c...56630d4119ffeddd356a937c449026161c3f384b">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>