aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2018-02-07 13:46:25 +0100
committerPablo Neira Ayuso <[email protected]>2018-02-14 20:47:41 +0100
commit57ebd808a97d7c5b1e1afb937c2db22beba3c1f8 (patch)
tree8a048d1fd60cb33a795d292ab8eada5840826325 /include/linux/timerqueue.h
parent01ea306f2ac2baff98d472da719193e738759d93 (diff)
netfilter: add back stackpointer size checks
The rationale for removing the check is only correct for rulesets generated by ip(6)tables. In iptables, a jump can only occur to a user-defined chain, i.e. because we size the stack based on number of user-defined chains we cannot exceed stack size. However, the underlying binary format has no such restriction, and the validation step only ensures that the jump target is a valid rule start point. IOW, its possible to build a rule blob that has no user-defined chains but does contain a jump. If this happens, no jump stack gets allocated and crash occurs because no jumpstack was allocated. Fixes: 7814b6ec6d0d6 ("netfilter: xtables: don't save/restore jumpstack offset") Reported-by: [email protected] Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions