Regression: solve sshd segfaults if other instance already running

This commit is contained in:
Jakub Jelen 2015-03-28 00:48:10 +01:00
parent e5b15a7419
commit af7be11f1d

View File

@ -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 */