commit | 280b0b8e89ade4277147e598d5806de12bff5fbc | [log] [tgz] |
---|---|---|
author | Jonathan Lemon <jonathan.lemon@gmail.com> | Fri Jul 26 12:16:09 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 27 14:23:48 2019 -0700 |
tree | 5773032b595b66592c56369a6e15726d5fc2a66e | |
parent | edcde3ee579bcac75ceb47758f18d2b1d26a39f8 [diff] |
ipv6: remove printk ipv6_find_hdr() prints a non-rate limited error message when it cannot find an ipv6 header at a specific offset. This could be used as a DoS, so just remove it. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>