diff options
author | 2014-07-17 13:50:45 +0300 | |
---|---|---|
committer | 2014-07-17 16:47:50 -0700 | |
commit | a28d0e873d2899bd750ae495f84fe9c1a2f53809 (patch) | |
tree | c298871f2dfa4dc8f93e0f2928aa844b1cda20f1 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: ppp: fix creating PPP pass and active filters (diff) | |
download | linux-dev-a28d0e873d2899bd750ae495f84fe9c1a2f53809.tar.xz linux-dev-a28d0e873d2899bd750ae495f84fe9c1a2f53809.zip |
wan/x25_asy: integer overflow in x25_asy_change_mtu()
If "newmtu * 2 + 4" is too large then it can cause an integer overflow
leading to memory corruption. Eric Dumazet suggests that 65534 is a
reasonable upper limit.
Btw, "newmtu" is not allowed to be a negative number because of the
check in dev_set_mtu(), so that's ok.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions