]> git.ipfire.org Git - thirdparty/iptables.git/commit
iptables: Coverity: VARARGS
authorJiri Popelka <jpopelka@redhat.com>
Fri, 10 Jun 2011 13:26:00 +0000 (15:26 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 22 Jun 2011 13:59:27 +0000 (15:59 +0200)
commitd0101690d9ae347d8a8ee9e340c5db72480046a3
treed72e3c9160ef6dfa955e732b09065dae4feba977
parentee80faf4438102395bc4034894b6468453181be9
iptables: Coverity: VARARGS

xtables.c:931: va_init: Initializing va_list "args".
xtables.c:938: missing_va_end: va_end was not called for "args".
xtables.c:947: missing_va_end: va_end was not called for "args".
xtables.c:961: missing_va_end: va_end was not called for "args".

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
iptables/xtables.c