From 138aef7dca831403e50a719d1be18dfd52027ea2 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 6 Jan 2014 01:04:16 +0100 Subject: [PATCH] netfilter: nf_conntrack_dccp: use %s format string for buffer Some invocations of nf_log_packet() use arg buffer directly instead of "%s" format string with follow-up buffer pointer. Currently, these two usages are not really critical, but we should fix this up nevertheless so that we don't run into trouble if that changes one day. Signed-off-by: Daniel Borkmann Signed-off-by: Pablo Neira Ayuso --- Reading git-format-patch failed