diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-09-03 13:53:22 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-09-11 01:31:10 +0200 |
commit | 99e25d071fca91eb90ffa2f51240547a69137bde (patch) | |
tree | 0715c30db8197db3471ab7fc85ffc36cc76baf3d /fs | |
parent | a874752a10da113f513980e28f562d946d3f829d (diff) | |
download | linux-99e25d071fca91eb90ffa2f51240547a69137bde.tar.bz2 |
netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to type
Compiler did not catch incorrect typing in the rcu hook assignment.
% nfct add timeout test-tcp inet tcp established 100 close 10 close_wait 10
% iptables -I OUTPUT -t raw -p tcp -j CT --timeout test-tcp
dmesg - xt_CT: Timeout policy `test-tcp' can only be used by L3 protocol number 25000
The CT target bails out with incorrect layer 3 protocol number.
Fixes: 6c1fd7dc489d ("netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object")
Reported-by: Harsha Sharma <harshasharmaiitr@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions