summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/bigeye/files/bigeye-0.3-overflow.patch')
-rw-r--r--net-analyzer/bigeye/files/bigeye-0.3-overflow.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch b/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch
deleted file mode 100644
index 1ca159a65b79..000000000000
--- a/net-analyzer/bigeye/files/bigeye-0.3-overflow.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/bigeye.c
-+++ b/src/bigeye.c
-@@ -787,7 +787,7 @@
- local.sin_family = AF_INET;
- local.sin_port = htons(porta);
- local.sin_addr.s_addr = INADDR_ANY;
-- bzero(&(local.sin_zero),sizeof(local));
-+ memset(&(local.sin_zero), "\0", sizeof(local.sin_zero));
-
- if(setsockopt(sock_a, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) {
- perror("setsockopt");