summaryrefslogtreecommitdiff
path: root/debian/patches/112_fix_CVE-2011-4339.patch
blob: f67b8459269678a183df8219293d1a674f7a3763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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-05-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/lib/helper.c
===================================================================
--- trunk.orig/lib/helper.c	2014-05-18 18:50:55.000000000 +0200
+++ trunk/lib/helper.c	2014-05-18 19:30:41.275908129 +0200
@@ -657,7 +657,6 @@
 #endif
 
 	chdir("/");
-	umask(0);
 
 	for (fd=0; fd<64; fd++) {
 		if (fd != intf->fd)