[Reproducible-commits] [presentations] 03/08: FOSDEM15: close the if statement

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Jan 29 19:04:55 UTC 2015


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

lunar pushed a commit to branch master
in repository presentations.

commit a601cf79f7c3e49cb766adb93a76766d41f1f72b
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Jan 29 19:45:37 2015 +0100

    FOSDEM15: close the if statement
---
 2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
index 61afe00..4e480a5 100644
--- a/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
+++ b/2015-01-31-FOSDEM15/2015-01-31-FOSDEM15.mdwn
@@ -103,6 +103,7 @@ OpenSSH 3.0.2 (CVE-2002-0083) – exploitable security bug (privilege escalation
 +  if (id < 0 || id >= channels_alloc) {
      log("channel_lookup: %d: bad id", id);
      return;
+   }
 ~~~~diff
 
 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