Re: [PATCH] netfilter: avoid harmless unnitialized variable warnings

2015-11-23 Thread Pablo Neira Ayuso
On Thu, Nov 19, 2015 at 01:49:59PM +0100, Arnd Bergmann wrote: > Several ARM default configurations give us warnings on recent > compilers about potentially uninitialized variables in the > nfnetlink code in two functions: > > net/netfilter/nfnetlink_queue.c: In function 'nfqnl_build_packet_messag

[PATCH] netfilter: avoid harmless unnitialized variable warnings

2015-11-19 Thread Arnd Bergmann
Several ARM default configurations give us warnings on recent compilers about potentially uninitialized variables in the nfnetlink code in two functions: net/netfilter/nfnetlink_queue.c: In function 'nfqnl_build_packet_message': net/netfilter/nfnetlink_queue.c:519:19: warning: 'nfnl_ct' may be use