]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ebtables: fix memory leak when blob is malformed
authorFlorian Westphal <fw@strlen.de>
Tue, 20 Sep 2022 12:20:17 +0000 (14:20 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 20 Sep 2022 21:50:03 +0000 (23:50 +0200)
commit73383c1f40e290c4681d425db8ca30f44f7f05e2
treed5ab41fc28c5f86b0fae4a7f1025c0c2546ef185
parent554d65b2f3244644e38fc3922eee908922efec98
netfilter: ebtables: fix memory leak when blob is malformed

The bug fix was incomplete, it "replaced" crash with a memory leak.
The old code had an assignment to "ret" embedded into the conditional,
restore this.

Fixes: d3dd6af1d116 ("netfilter: ebtables: reject blobs that don't provide all entry points")
Reported-and-tested-by: syzbot+a24c5252f3e3ab733464@syzkaller.appspotmail.com
Signed-off-by: Florian Westphal <fw@strlen.de>
net/bridge/netfilter/ebtables.c