libipq/libipq.c:232: var_tested_neg: Variable "h->fd" tests negative. libipq/libipq.c:234: negative_returns: "h->fd" is passed to a parameter that cannot be negative. --- libipq/libipq.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libipq/libipq.c b/libipq/libipq.c index e330487..fb65971 100644 --- a/libipq/libipq.c +++ b/libipq/libipq.c @@ -231,7 +231,6 @@ struct ipq_handle *ipq_create_handle(uint32_t flags, uint32_t protocol) if (h->fd == -1) { ipq_errno = IPQ_ERR_SOCKET; - close(h->fd); free(h); return NULL; } -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html