[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130904.005413.1385684551140148010.davem@davemloft.net>
Date: Wed, 04 Sep 2013 00:54:13 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: dan.carpenter@...cle.com
Cc: dmitry.tarnyagin@...kless.no, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [patch] caif: add a sanity check to the tty name
From: Dan Carpenter <dan.carpenter@...cle.com>
Date: Tue, 3 Sep 2013 12:02:32 +0300
> "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@...cle.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists