Skip to content
Commit 62ce44c4 authored by Florian Westphal's avatar Florian Westphal
Browse files

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: 7997eff8

 ("netfilter: ebtables: reject blobs that don't provide all entry points")
Reported-and-tested-by: default avatar <syzbot+a24c5252f3e3ab733464@syzkaller.appspotmail.com>
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
parent 9a4d6dd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment