kernel: bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
A flaw was found in the bpftool distributed by the Linux kernel. A NULL pointer dereference can be triggered when bpftool is used to pin PROG, MAP, LINK without FILE due to a missing validation. This issue can result in a denial of service...