summaryrefslogtreecommitdiff
path: root/astraceroute/.gitignore
blob: 32aad4d4537ef26d0c36abbff8d7e36d246f1a91 (plain)
1
2
3
4
*.*

!.gitignore
!Makefile
oscript>
authorFlorian Westphal <fw@strlen.de>2016-04-24 01:18:21 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-07-01 16:02:33 +0200
commit9cc1c73ad66610bffc80b691136ffc1e9a3b1a58 (patch)
treeb15eb41eafeca4d96d9d47668c2d770939c871c5
parent62131e5d735226074cba53095545d76b491e5003 (diff)
netfilter: conntrack: avoid integer overflow when resizing
Can overflow so we might allocate very small table when bucket count is high on a 32bit platform. Note: resize is only possible from init_netns. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat