<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<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/b8c9c3f2da4119855ec3a5d3e6135509b6865e82">b8c9c3f2</a></strong>
<div>
<span>by Eric S. Raymond</span>
<i>at 2016-11-12T10:32:37-05:00</i>
</div>
<pre class="commit-message" style="margin: 0; white-space: pre-wrap">Generare better queroes for mulit-segment MRU list.
</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#diff-0" style="text-decoration: none">
pylib/packet.py
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="diff-0">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/b8c9c3f2da4119855ec3a5d3e6135509b6865e82#diff-0"><strong>pylib/packet.py</strong></a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; font-family: monospace; font-size: 13px" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match" style="line-height: 1.5">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="1141" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">...</td>
<td class="diff-line-num unfold js-unfold new_line" data-linenumber="1141" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">...</td>
<td class="line_content match " style="background: #fafafa; color: rgba(0,0,0,0.3); padding-left: 0.5em; padding-right: 0.5em" bgcolor="#fafafa">@@ -1141,7 +1141,7 @@ class Mode6Session:</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1141" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1141
</td>
<td class="diff-line-num new_line" data-linenumber="1141" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1141
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1141" class="line">                    <span class="n" style="color: #333">nonce</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">fetch_nonce</span><span class="p">()</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1142" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1142
</td>
<td class="diff-line-num new_line" data-linenumber="1142" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1142
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1142" class="line">                    <span class="n" style="color: #333">nonce_uses</span> <span class="o" style="font-weight: bold">=</span> <span class="mi" style="color: #099">0</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1143" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1143
</td>
<td class="diff-line-num new_line" data-linenumber="1143" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1143
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1143" class="line">                <span class="k" style="font-weight: bold">for</span> <span class="n" style="color: #333">i</span> <span class="ow" style="font-weight: bold">in</span> <span class="nb" style="color: #0086b3">range</span><span class="p">(</span><span class="nb" style="color: #0086b3">len</span><span class="p">(</span><span class="n" style="color: #333">span</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">entries</span><span class="p">)):</span></span>
</pre>
</td>
</tr>
<tr class="line_holder old" style="line-height: 1.5">
<td class="diff-line-num old old_line" data-linenumber="1144" style="background: #f9d7dc; border-right-color: #fac5cd; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#f9d7dc">
1144
</td>
<td class="diff-line-num new_line old" data-linenumber="1144" style="background: #f9d7dc; border-right-color: #fac5cd; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#f9d7dc">
 
</td>
<td class="line_content noteable_line old" style="background: #fbe9eb; padding-left: 0.5em; padding-right: 0.5em" bgcolor="#fbe9eb">
<pre style="margin: 0"> <span id="LC1144" class="line">                    <span class="n" style="color: #333">e</span> <span class="o" style="font-weight: bold">=</span> <span class="bp" style="color: #999">s<span class="idiff left right">elf</span></span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">entries</span><span class="p">[</span><span class="nb" style="color: #0086b3">len</span><span class="p">(</span><span class="n" style="color: #333">span</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">entries</span><span class="p">)</span> <span class="o" style="font-weight: bold">-</span> <span class="n" style="color: #333">i</span> <span class="o" style="font-weight: bold">-</span> <span class="mi" style="color: #099">1</span><span class="p">]</span></span>
</pre>
</td>
</tr>
<tr class="line_holder new" style="line-height: 1.5">
<td class="diff-line-num new old_line" data-linenumber="1145" style="background: #ddfbe6; border-right-color: #c7f0d2; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#ddfbe6">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="1144" style="background: #ddfbe6; border-right-color: #c7f0d2; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#ddfbe6">
1144
</td>
<td class="line_content new noteable_line" style="background: #ecfdf0; padding-left: 0.5em; padding-right: 0.5em" bgcolor="#ecfdf0">
<pre style="margin: 0"> <span id="LC1144" class="line">                    <span class="n" style="color: #333">e</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">s<span class="idiff left right">pan</span></span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">entries</span><span class="p">[</span><span class="nb" style="color: #0086b3">len</span><span class="p">(</span><span class="n" style="color: #333">span</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">entries</span><span class="p">)</span> <span class="o" style="font-weight: bold">-</span> <span class="n" style="color: #333">i</span> <span class="o" style="font-weight: bold">-</span> <span class="mi" style="color: #099">1</span><span class="p">]</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1145" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1145
</td>
<td class="diff-line-num new_line" data-linenumber="1145" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1145
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1145" class="line">                    <span class="n" style="color: #333">incr</span> <span class="o" style="font-weight: bold">+=</span> <span class="s" style="color: #d14">", addr.</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d=</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s, last.</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d=</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">i</span><span class="p">,</span> <span class="n" style="color: #333">e</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">addr</span><span class="p">,</span> <span class="n" style="color: #333">i</span><span class="p">,</span> <span class="n" style="color: #333">e</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">last</span><span class="p">)</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1146" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1146
</td>
<td class="diff-line-num new_line" data-linenumber="1146" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1146
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1146" class="line">                    <span class="k" style="font-weight: bold">if</span> <span class="nb" style="color: #0086b3">len</span><span class="p">(</span><span class="n" style="color: #333">req_buf</span><span class="p">)</span> <span class="o" style="font-weight: bold">+</span> <span class="nb" style="color: #0086b3">len</span><span class="p">(</span><span class="n" style="color: #333">incr</span><span class="p">)</span> <span class="o" style="font-weight: bold">>=</span> <span class="n" style="color: #333">CTL_MAX_DATA_LEN</span><span class="p">:</span></span>
</pre>
</td>
</tr>
<tr class="line_holder" style="line-height: 1.5">
<td class="diff-line-num old_line" data-linenumber="1147" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1147
</td>
<td class="diff-line-num new_line" data-linenumber="1147" style="background: #fafafa; border-right-color: #f0f0f0; border-right-style: solid; border-right-width: 1px; color: rgba(0,0,0,0.3); padding: 0 5px; text-align: right; width: 35px" align="right" bgcolor="#fafafa">
1147
</td>
<td class="line_content noteable_line" style="padding-left: 0.5em; padding-right: 0.5em">
<pre style="margin: 0"> <span id="LC1147" class="line">                        <span class="k" style="font-weight: bold">break</span></span>
</pre>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/b8c9c3f2da4119855ec3a5d3e6135509b6865e82">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/b8c9c3f2da4119855ec3a5d3e6135509b6865e82"}}</script>
</p>
</div>
</body>
</html>