The Linux kernel’s libbpf received a targeted, upstream fix for a subtle but consequential ABI/stack-corruption bug: when the fields feature_flags and xdp_zc_max_segs were added to struct bpf_xdp_query_opts, the library wrote to those fields unconditionally instead of using the OPTS_SET() macro...