File libseccomp-debug.patch of Package libseccomp
Index: libseccomp-2.6.0/src/gen_bpf.c =================================================================== --- libseccomp-2.6.0.orig/src/gen_bpf.c +++ libseccomp-2.6.0/src/gen_bpf.c @@ -2009,6 +2009,7 @@ static int _gen_bpf_build_bpf(struct bpf pseudo_arch.endian = col->endian; state->arch = &pseudo_arch; + /* generate the badarch action */ b_badarch = _gen_bpf_action(state, NULL, state->attr->act_badarch); if (b_badarch == NULL)