summaryrefslogtreecommitdiff
path: root/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch')
-rw-r--r--net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
deleted file mode 100644
index 55dc8754c8db..000000000000
--- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-ping.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ping.c
-+++ b/ping.c
-@@ -913,7 +913,7 @@
- struct hostent result;
-
- buf = malloc(len*sizeof(char));
-- memset(buf, 0, sizeof(buf));
-+ memset(buf, 0, len*sizeof(char));
-
- while (1) {
- hostinfo = gethostbyname_r(hostname, &result, buf, len, &h_errno);