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)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:24 +0000 (13:51 -0800)
commitc2506e3c58ab22a238123aa9a4362a8ead4dbc45
tree6846910b3eb69ead50d04c2ee25a8fd0e844a44c
parent6291fa48c9ccada9eaca0b128f66f7b6c1ad067a
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