OSDN Git Service

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)
committerJP Abgrall <jpa@google.com>
Tue, 17 Apr 2012 18:19:08 +0000 (11:19 -0700)
commit801dae984c2a5ee936a523faed475ec7688478be
treed2858a9b43646e481da016f659111bd43cb4ce2e
parentb0383b2b72cd749e674077a0a45624a1757980c2
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