Skip to content
Commit c1209593 authored by Cong Wang's avatar Cong Wang Committed by Pablo Neira Ayuso
Browse files

netfilter: fix a use-after-free in mtype_destroy()



map->members is freed by ip_set_free() right before using it in
mtype_ext_cleanup() again. So we just have to move it down.

Reported-by: default avatar <syzbot+4c3cc6dbe7259dbf9054@syzkaller.appspotmail.com>
Fixes: 40cd63bf

 ("netfilter: ipset: Support extensions which need a per data destroy function")
Acked-by: default avatarJozsef Kadlecsik <kadlec@netfilter.org>
Signed-off-by: default avatarCong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent c9f53049
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