summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/files/patch-ag
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /sysutils/cfengine3/files/patch-ag
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'sysutils/cfengine3/files/patch-ag')
-rw-r--r--sysutils/cfengine3/files/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/cfengine3/files/patch-ag b/sysutils/cfengine3/files/patch-ag
deleted file mode 100644
index 1a8101cb3542..000000000000
--- a/sysutils/cfengine3/files/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-This fixes the problem with cfd not finding the correct interfaces.
-
---- src/misc.c.orig Wed Jan 24 07:28:01 2001
-+++ src/misc.c Fri Aug 10 23:34:45 2001
-@@ -284,7 +284,7 @@
- list.ifc_len = sizeof(ifbuf);
- list.ifc_req = ifbuf;
-
--if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq))))
-+if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq))))
- {
- CfLog(cferror,"Couldn't get interfaces","ioctl");
- exit(1);