GHSA-xw7r-6m22-6cfwHighCVSS 8.4
In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
bpf: Propagate error from visit_tailcall_insn
Commit e40f5a6bf88a ("bpf: correct stack liveness for tail calls") added visit_tailcall_insn() but did not check its return value.