Skip to content
Commit 000ade80 authored by Sultan Alsawaf's avatar Sultan Alsawaf Committed by David S. Miller
Browse files

ip_tunnel: Fix name string concatenate in __ip_tunnel_create()



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: default avatarSultan Alsawaf <sultanxda@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 52acf73b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment