netfilter: qtaguid: initialize a local var to keep compiler happy.
authorJP Abgrall <jpa@google.com>
Sat, 14 Apr 2012 02:22:35 +0000 (19:22 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:42 +0000 (13:40 -0700)
commitcc53cb8db65cc890148364ae6812ae46ef444554
tree6ff474d7dbbf211c3cbb1fcab1fbaa3332a45064
parent3163358df78dd0131a3bebabad1a24ef2b77f613
netfilter: qtaguid: initialize a local var to keep compiler happy.

There was a case that might have seemed like new_tag_stat was not
initialized and actually used.
Added comment explaining why it was impossible, and a BUG()
in case the logic gets changed.

Change-Id: I1eddd1b6f754c08a3bf89f7e9427e5dce1dfb081
Signed-off-by: JP Abgrall <jpa@google.com>
net/netfilter/xt_qtaguid.c