[Bug 463] New: cmdflags missing entry for CMD_CHECK

bugzilla-daemon at bugzilla.netfilter.org bugzilla-daemon at bugzilla.netfilter.org
Tue Mar 21 00:10:13 CET 2006


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 at netfilter.org
        ReportedBy: lstefani at 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.



More information about the netfilter-buglog mailing list