Files
linux/net
Sultan Alsawaf 5569c10858 ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
commit 000ade8016 upstream.

By passing a limit of 2 bytes to strncat, strncat is limited to writing
fewer bytes than what it's supposed to append to the name here.

Since the bounds are checked on the line above this, just remove the string
bounds checks entirely since they're unneeded.

Signed-off-by: Sultan Alsawaf <sultanxda@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-12-08 13:05:05 +01:00
..
2018-05-16 10:08:44 +02:00
2018-04-13 19:48:29 +02:00
2018-12-01 09:44:19 +01:00
2016-10-20 11:23:08 -04:00
2016-08-17 19:36:23 -04:00
2016-08-17 19:36:23 -04:00
2018-11-10 07:42:58 -08:00