]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - samples/seccomp/bpf-fancy.c
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
[mirror_ubuntu-artful-kernel.git] / samples / seccomp / bpf-fancy.c
index 8eb483aaec465efcc1f40c70a8c76d179eb094a2..e8b24f443709dd04a3df7c541e26075b12bb1048 100644 (file)
@@ -25,7 +25,9 @@
 
 int main(int argc, char **argv)
 {
-       struct bpf_labels l;
+       struct bpf_labels l = {
+               .count = 0,
+       };
        static const char msg1[] = "Please type something: ";
        static const char msg2[] = "You typed: ";
        char buf[256];