jjelen pushed to openssh (f22). "Regression: solve sshd segfaults if other instance already running"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 16:02:22 UTC 2015


>From af7be11f1d3d28779d4e6d78ae791bcd959fcbb8 Mon Sep 17 00:00:00 2001
From: Jakub Jelen <jjelen at redhat.com>
Date: Sat, 28 Mar 2015 00:48:10 +0100
Subject: Regression: solve sshd segfaults if other instance already running


diff --git a/openssh-6.7p1-audit.patch b/openssh-6.7p1-audit.patch
index 4cff7ad..4a06b32 100644
--- a/openssh-6.7p1-audit.patch
+++ b/openssh-6.7p1-audit.patch
@@ -456,7 +456,7 @@ diff -up openssh-6.8p1/audit-linux.c.audit openssh-6.8p1/audit-linux.c
 +	}
 +	audit_ok = audit_log_user_message(audit_fd, AUDIT_CRYPTO_KEY_USER,
 +			buf, NULL,
-+			listening_for_clients() ? NULL : get_remote_ipaddr(),
++			listening_for_clients() ? get_remote_ipaddr() : NULL,
 +			NULL, 1);
 +	audit_close(audit_fd);
 +	/* do not abort if the error is EPERM and sshd is run as non root user */
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openssh.git/commit/?h=f22&id=af7be11f1d3d28779d4e6d78ae791bcd959fcbb8


More information about the scm-commits mailing list