On Mon, Aug 15, 2016 at 01:45:55PM +0200, Carlos Falgueras García wrote: > On 08/15/2016 01:03 PM, Pablo Neira Ayuso wrote: > >On Mon, Aug 15, 2016 at 12:51:02PM +0200, Carlos Falgueras García wrote: > >>Checks array limits before access it and adds a missed translation. > >> > >>Signed-off-by: Carlos Falgueras García <carlosfg@xxxxxxxxxx> > >>--- > >> src/utils.c | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >>diff --git a/src/utils.c b/src/utils.c > >>index e2715a2..7264d1f 100644 > >>--- a/src/utils.c > >>+++ b/src/utils.c > >>@@ -23,6 +23,7 @@ > >> #include <linux/netfilter/nf_tables.h> > >> > >> static const char *const nftnl_family_str[NFPROTO_NUMPROTO] = { > >>+ [NFPROTO_UNSPEC] = "unknown", > > > >You don't need this line above, right? I can mangle the patch here > >before applying it. > > Yes, sorry. Do you get rid of it or must I send another version? I just edit this here, no problem. -- 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