Displaying 2 results from an estimated 2 matches for "prusnak".
Did you mean:
rusnak
2007 Feb 14
0
[Bug 545] New: Array subscript is above array bounds
...ve array bounds
Product: iptables
Version: CVS (please indicate
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ip6tables
AssignedTo: laforge@netfilter.org
ReportedBy: prusnak@suse.cz
Hi!
In file ip6tables.c, function set_revision() there are lines:
name[IP6T_FUNCTION_MAXNAMELEN - 2] = '\0';
name[IP6T_FUNCTION_MAXNAMELEN - 1] = revision;
but file ip6tables.h says:
struct ip6t_get_revision
{
char name[IP6T_FUNCTION_MAXNAMELEN-1];
u_int8_t revision;
};
So w...
2007 May 09
0
[Bug 568] New: iptables-save/restore error messages are not newline-terminated
...terminated
Product: iptables
Version: CVS (please indicate
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: prusnak@suse.cz
Some of the error messages in ip[6]tables-{save,restore} do not have newline on
end. I'm attaching a patch.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or...