--- zzzz-none-000/linux-3.10.107/samples/seccomp/bpf-fancy.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/samples/seccomp/bpf-fancy.c 2021-02-04 17:41:59.000000000 +0000 @@ -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];