summaryrefslogtreecommitdiff
path: root/net/x25
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2013-09-03 12:02:32 +0300
committerDavid S. Miller <davem@davemloft.net>2013-09-04 00:27:27 -0400
commitcab6ce9ebe89303bbf5eff442776188070a22771 (patch)
tree09a1fd1803efce93d399bd741d5f63a2f809890b /net/x25
parent0b536be7b987de14dab63ea565fc1e271a7f3a5f (diff)
caif: add a sanity check to the tty name
"tty->name" and "name" are a 64 character buffers. My static checker complains because we add the "cf" on the front so it look like we are copying a 66 character string into a 64 character buffer. Also if the name is larger than IFNAMSIZ (16) it triggers a BUG_ON() inside the call to alloc_netdev(). This is all under CAP_SYS_ADMIN so it's not a security fix, it just adds a little robustness. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25')
0 files changed, 0 insertions, 0 deletions