Message ID | 20220624020613.548108-1-eddyz87@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: fix for use after free bug in inline_bpf_loop | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@iogearbox.net>: On Fri, 24 Jun 2022 05:06:11 +0300 you wrote: > These two patches fix the use after free bug in inline_bpf_loop() > reported by Dan Carpenter. The fix for verifier.c and the test case in > test_verifier.c are split into separate commits. > > While the first patch is necessary, I'm not sure about the second. The > test case is somewhat fragile because of the following line: > > [...] Here is the summary with links: - [bpf-next,1/2] bpf: fix for use after free bug in inline_bpf_loop https://git.kernel.org/bpf/bpf-next/c/fb4e3b33e3e7 - [bpf-next,2/2] selftest/bpf: test for use after free bug fix in inline_bpf_loop https://git.kernel.org/bpf/bpf-next/c/41188e9e9def You are awesome, thank you!