]> git.baikalelectronics.ru Git - kernel.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)
commitb440befb073354685c495dbcf112b9c0f70c748c
tree5773032b595b66592c56369a6e15726d5fc2a66e
parent1c0f12e9e13c918c2db6466d49220f503d90cf1b
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