[Reproducible-commits] [presentations] 01/02: Syntax fix: make it build correctly on jessie

Holger Levsen holger at moszumanska.debian.org
Mon May 25 22:07:29 UTC 2015


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

holger pushed a commit to branch master
in repository presentations.

commit 48f8327b1be5586ec0877dda30bf4f4c14f4948c
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Mon May 25 21:13:29 2015 +0200

    Syntax fix: make it build correctly on jessie
---
 2015-05-26-CCCBerlin/2015-05-26-CCCBerlin.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/2015-05-26-CCCBerlin/2015-05-26-CCCBerlin.mdwn b/2015-05-26-CCCBerlin/2015-05-26-CCCBerlin.mdwn
index d38189b..5ddd0f9 100644
--- a/2015-05-26-CCCBerlin/2015-05-26-CCCBerlin.mdwn
+++ b/2015-05-26-CCCBerlin/2015-05-26-CCCBerlin.mdwn
@@ -107,7 +107,7 @@ How small can a backdoor be?
 
 OpenSSH 3.0.2 (CVE-2002-0083) – exploitable security bug (privilege escalation: user can get root)
 
-~~~~{diff}
+~~~diff
  {
    Channel *c;
 -  if (id < 0 || id > channels_alloc) {
@@ -115,7 +115,7 @@ OpenSSH 3.0.2 (CVE-2002-0083) – exploitable security bug (privilege escalation
      log("channel_lookup: %d: bad id", id);
      return;
    }
-~~~~
+~~~
 
 Result of fixing the bug (asm)
 ------------------------------

-- 
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