[openssh-commits] [openssh] 03/05: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 4 15:15:11 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit bcce47466bbc974636f588b5e4a9a18ae386f64a
Author: doug at openbsd.org <doug at openbsd.org>
Date: Wed Dec 2 08:30:50 2015 +0000
upstream commit
Add "cpath" to the ssh-agent pledge so the cleanup
handler can unlink().
ok djm@
Upstream-ID: 9e632991d48241d56db645602d381253a3d8c29d
---
ssh-agent.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssh-agent.c b/ssh-agent.c
index 8a075cb..2a7ae88 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.206 2015/12/02 08:00:58 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.207 2015/12/02 08:30:50 doug Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1402,7 +1402,7 @@ skip:
signal(SIGTERM, cleanup_handler);
nalloc = 0;
- if (pledge("stdio unix exec proc", NULL) != 0)
+ if (pledge("stdio cpath unix exec proc", NULL) != 0)
fatal("%s: pledge: %s", __progname, strerror(errno));
while (1) {
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list