]> asedeno.scripts.mit.edu Git - linux.git/commit
ipv6: remove printk
authorJonathan Lemon <jonathan.lemon@gmail.com>
Fri, 26 Jul 2019 19:16:09 +0000 (12:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Jul 2019 21:23:48 +0000 (14:23 -0700)
commit280b0b8e89ade4277147e598d5806de12bff5fbc
tree5773032b595b66592c56369a6e15726d5fc2a66e
parentedcde3ee579bcac75ceb47758f18d2b1d26a39f8
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>
net/ipv6/exthdrs_core.c