FreeBSD Bugzilla – Attachment 148339 Details for
Bug 194381
[patch] security/bruteblock: make ipfw rule timeout work on arm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch for fixing the timeout on arm
patch-bruteblock.c (text/x-csrc), 392 bytes, created by
Ronald Klop
on 2014-10-15 14:29:19 UTC
(
hide
)
Description:
patch for fixing the timeout on arm
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2014-10-15 14:29:19 UTC
Size:
392 bytes
patch
obsolete
>--- bruteblock.c.orig 2006-08-20 08:22:37.000000000 +0200 >+++ bruteblock.c 2014-10-15 16:19:19.000000000 +0200 >@@ -99,7 +99,7 @@ > snprintf(table, sizeof(table), "%d", ipfw2_table_no); > argv[1] = table; > argv[2] = command; >- snprintf(utime, sizeof(utime), "%d", >+ snprintf(utime, sizeof(utime), "%lld", > time(NULL) + reset_ip); > argv[4] = utime; > argv[3] = host;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194381
: 148339