summaryrefslogtreecommitdiff
path: root/debian/patches/112_fix_CVE-2011-4339.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-02-20 02:38:51 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-02-20 02:38:51 +0100
commit667485b71df528e0d67e8d4f6e18ab972d8bf7ae (patch)
treeba9d5481fe9780ea16c6ef6fc6de725afdbab696 /debian/patches/112_fix_CVE-2011-4339.patch
parenta61a5992cefc2204a99f25b2395b108092098e2c (diff)
Refresh patches
Diffstat (limited to 'debian/patches/112_fix_CVE-2011-4339.patch')
-rw-r--r--debian/patches/112_fix_CVE-2011-4339.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/112_fix_CVE-2011-4339.patch b/debian/patches/112_fix_CVE-2011-4339.patch
deleted file mode 100644
index 9354c47..0000000
--- a/debian/patches/112_fix_CVE-2011-4339.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: CVE-2011-4339
- insecure file permission when creating PID files
- based on 112_fix_CVE-2011-4339
-Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651917
-Forwarded: https://sourceforge.net/p/ipmitool/patches/99/
-Last-Update: 2014-12-01
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/lib/helper.c
-===================================================================
---- trunk.orig/lib/helper.c
-+++ trunk/lib/helper.c
-@@ -658,7 +658,6 @@ ipmi_start_daemon(struct ipmi_intf *intf
- #endif
-
- chdir("/");
-- umask(0);
-
- for (fd=0; fd<64; fd++) {
- if (fd != intf->fd)