Displaying 3 results from an estimated 3 matches for "xkr47".
Did you mean:
x47
2007 Jan 18
3
[Bug 533] PANIC: divide by zero in xt_connbytes
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=533
------- Additional Comments From xkr47@outerspace.dyndns.org 2007-01-18 12:39 MET -------
Created an attachment (id=283)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=283&action=view)
Suggested fix by me
------- Additional Comments From xkr47@outerspace.dyndns.org 2007-01-18 12:40 MET -------
Created an atta...
2007 Jan 11
0
[Bug 531] New: ip_tables.h: IPT_TABLE_MAXNAMELEN bogously #defined to XT_FUNCTION_MAXNAMELEN
...MELEN
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ip_tables (kernel)
AssignedTo: laforge@netfilter.org
ReportedBy: xkr47@outerspace.dyndns.org
.. it should be #defined to XT_TABLE_MAXNAMELEN instead.
Unfortunately the two XT_*_MAXNAMELEN macros don't have the same value so I
guess it should be verified that it doesn't break userspace compatibility..
The bug appeared in 2.6.16 and exists at least until 2....
2007 Jan 18
0
[Bug 533] New: PANIC: divide by zero in xt_connbytes
...nbytes
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ip_tables (kernel)
AssignedTo: laforge@netfilter.org
ReportedBy: xkr47@outerspace.dyndns.org
xt_connbytes supports matching by average packet size. It does so by
calculating bytes_so_far / packets_so_far. Sometimes it seems that
packets_so_far is 0, which causes a divide by zero and thus the kernel to
panic. The kernel has paniced some 8 times for me already. Mos...