bugzilla-daemon@bugzilla.netfilter.org
2006-Mar-21  00:10 UTC
[Bug 463] New: cmdflags missing entry for CMD_CHECK
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=463
           Summary: cmdflags missing entry for CMD_CHECK
           Product: iptables
           Version: 1.3.5
          Platform: i386
        OS/Version: Fedora
            Status: NEW
          Severity: normal
          Priority: P2
         Component: iptables
        AssignedTo: laforge@netfilter.org
        ReportedBy: lstefani@djasolutions.com
cmdflags is used in cmd2char() to return the option for a command.  It uses the
bit position of the command mask as an index in the array.  There's no entry
for
CMD_CHECK (0x0800U), so lookups for CMD_RENAME_CHAIN (0x1000U) index outside the
array.
-- 
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 are watching the assignee.
