]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables-eb: fix crash when opts isn't reallocated
authorFlorian Westphal <fw@strlen.de>
Tue, 14 Mar 2023 21:36:50 +0000 (22:36 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 14 Mar 2023 21:39:15 +0000 (22:39 +0100)
commite900d40afdb731d2270a5110833ae49192974355
treeeab02ca3a937ad49961af9afc7c6a7950e1664b6
parent5fd85822bd12a02f1a921243f605fc6238d705b4
xtables-eb: fix crash when opts isn't reallocated

opts may point to statically allocated memory.
This fixes abort() from libc.

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/xtables-eb.c