diff options
author | 2017-11-15 15:01:13 -0800 | |
---|---|---|
committer | 2017-11-28 01:17:04 +0100 | |
commit | 8b1836c4b64386e9bc580438cae386ed31a43ab9 (patch) | |
tree | 0d4f9364bc5ef3f6fbf1ed9ac464262b632f9ffd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: conntrack: lower timeout to RETRANS seconds if window is 0 (diff) | |
download | linux-dev-8b1836c4b64386e9bc580438cae386ed31a43ab9.tar.xz linux-dev-8b1836c4b64386e9bc580438cae386ed31a43ab9.zip |
netfilter: conntrack: clamp timeouts to INT_MAX
When the conntracking code multiplies a timeout by HZ, it can overflow
from positive to negative; this causes it to instantly expire. To
protect against this the multiplication is done in 64-bit so we can
prevent it from exceeding INT_MAX.
Signed-off-by: Jay Elliott <jelliott@arista.com>
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions