search for: do_command4

Displaying 2 results from an estimated 2 matches for "do_command4".

Did you mean: do_command
2017 Mar 17
2
[Bug 1131] New: iptables-restore crashes on some fuzzed input
...tfilter-buglog at lists.netfilter.org Reporter: oleg.strikov at gmail.com This issue doesn't have any security implication. I file this bug only because crashing on any input (even carefully crafted) is considered undesirable nowadays. > iptables/iptables-restore.c:438 > ret = do_command4(newargc, newargv, > &newargv[2], &handle, true); <...> > free_argv(); By passing &newargv[2] to do_command4() we assume that this pointer won't be overwritten by the function. Otherwise, following call to free_argv() may crash if the overwritten pointer...
2013 Oct 19
1
[Bug 863] New: Implied regression in errors
https://bugzilla.netfilter.org/show_bug.cgi?id=863 Summary: Implied regression in errors Product: iptables Version: 1.4.x Platform: arm OS/Version: other Status: NEW Severity: trivial Priority: P5 Component: iptables AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: