[presentations] 01/01: Tidy side-benefits slide.

Chris Lamb chris at chris-lamb.co.uk
Fri Aug 11 18:57:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository presentations.

commit b45464e8040ef3eedec481a157dbdc6ffc2d9614
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Aug 11 14:57:35 2017 -0400

    Tidy side-benefits slide.
---
 2017-08-11-DebConf17/index.html | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/2017-08-11-DebConf17/index.html b/2017-08-11-DebConf17/index.html
index 06a6923..5b3474a 100644
--- a/2017-08-11-DebConf17/index.html
+++ b/2017-08-11-DebConf17/index.html
@@ -180,8 +180,7 @@
       </section>
 
       <section>
-        <h3>Side effects of reproducible builds effort</h3>
-        <h2> Catch crazy QA bugs </h2>
+        <h3>Technical & other security benefits</h3>
       </section>
 
       <section>
@@ -191,7 +190,8 @@
 $build->config_data(OpenIDConsumerSecret=>int(1e15*rand()));
 </code></pre>
 
-<pre class="fragment"><code># /usr/share/perl5/GBrowse/ConfigData.pm
+        <div class="fragment">
+          <pre><code># /usr/share/perl5/GBrowse/ConfigData.pm
 {
  'OpenIDConsumerSecret' => '639098210478536',
  'cgibin' => '/usr/lib/cgi-bin/gbrowse',
@@ -200,9 +200,10 @@ $build->config_data(OpenIDConsumerSecret=>int(1e15*rand()));
 },
 </code></pre>
 
-        <ul>
-          <li class="fragment">Every installation of shares the same secret.</li>
-        </ul>
+          <ul>
+            <li>Every installation shares the same secret!</li>
+          </ul>
+        </div>
 
         <p class="fragment">
           <a href="https://bugs.debian.org/833885">#833885 (gbrowse)</a>
@@ -212,16 +213,14 @@ $build->config_data(OpenIDConsumerSecret=>int(1e15*rand()));
       <section>
         <h3>Random chars in manpages</h3>
 
-        <ul>
-          <li class="fragment">Randomly inserts characters into generated manpages</li>
-        </ul>
-
         <pre class="fragment"><code>-This manual page documents the usageoof WikipediaFS.
 +This manual page documents the usage of WikipediaFS.
 </code></pre>
 
         <pre class="fragment"><code>memcpy(&buf[1], &buf[2], strlen(buf)-1);</code></pre>
 
+        <pre class="fragment"><code>memcpy(3): The memory areas must not overlap</code></pre>
+
         <ul>
           <li class="fragment">"<code> n\\011</code>" → "<code>\111</code>" → maps to capital "I"</li>
         </ul>
@@ -240,7 +239,7 @@ $build->config_data(OpenIDConsumerSecret=>int(1e15*rand()));
 
 <pre class="fragment"><code>x = f(u('abc'), 16)
 y = f(u('abc'), 16)
-self.assertEqual(sorted(set(x)), [u('a'),u('b'),u('c')])
+self.assertEqual(sorted(set(x)), [u('a'), u('b'), u('c')])
 </code></pre>
 
 <pre class="fragment"><code>AssertionError: Lists differ: [u'a', u'b'] != [u'a', u'b', u'c']</code></pre>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list