summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/hping/files/hping-3_pre20051105-strlen.patch')
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105-strlen.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/hping/files/hping-3_pre20051105-strlen.patch b/net-analyzer/hping/files/hping-3_pre20051105-strlen.patch
deleted file mode 100644
index 692cd93102fb..000000000000
--- a/net-analyzer/hping/files/hping-3_pre20051105-strlen.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ip_opt_build.c
-+++ b/ip_opt_build.c
-@@ -25,7 +25,7 @@
- unsigned char optlen = 0;
- unsigned long ip;
-
-- memset(ip_opt, 1, sizeof(ip_opt));
-+ memset(ip_opt, 1, strlen(ip_opt));
-
- if (opt_lsrr)
- {