aboutsummaryrefslogtreecommitdiffstats
path: root/security/stunnel/files/patch-src::client.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/stunnel/files/patch-src::client.c')
-rw-r--r--security/stunnel/files/patch-src::client.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/security/stunnel/files/patch-src::client.c b/security/stunnel/files/patch-src::client.c
index 38f6f78bfb87..8733316dfbdd 100644
--- a/security/stunnel/files/patch-src::client.c
+++ b/security/stunnel/files/patch-src::client.c
@@ -1,6 +1,11 @@
---- src/client.c.orig Thu May 12 14:01:28 2005
-+++ src/client.c Thu May 12 14:04:19 2005
-@@ -841,6 +841,14 @@
+Description: Do not pass null pointers to execvp().
+Forwarded: https://stunnel.mirt.net/cgi-bin/bugzilla3/show_bug.cgi?id=2
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2009-11-13
+
+--- src/client.c.orig
++++ src/client.c
+@@ -859,6 +859,14 @@
sigemptyset(&newmask);
sigprocmask(SIG_SETMASK, &newmask, NULL);
#endif