[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130423.182738.1215875866444074225.yamato@redhat.com>
Date: Tue, 23 Apr 2013 18:27:38 +0900 (JST)
From: Masatake YAMATO <yamato@...hat.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] genetlink: trigger BUG_ON if a group name is too
long
From: David Miller <davem@...emloft.net>
Subject: Re: [PATCH 1/2] genetlink: trigger BUG_ON if a group name is too long
Date: Wed, 20 Mar 2013 12:07:05 -0400 (EDT)
> From: Masatake YAMATO <yamato@...hat.com>
> Date: Tue, 19 Mar 2013 20:47:27 +0900
>
>> Trigger BUG_ON if a group name is longer than GENL_NAMSIZ.
>>
>> Signed-off-by: Masatake YAMATO <yamato@...hat.com>
>
> Applied, thanks.
>
> Although I'm disappointed that the compiler doesn't say anything about
> this in the assignment.
>
> We're assigning "char[16] = STRING" and it doesn't say anything if the
> final NULL char doesn't fit into the array.
Now sparse with -Winit-cstring option can detect this kind assignment.
https://git.kernel.org/cgit/devel/sparse/chrisl/sparse.git/commit/?id=c3430e57bc57ff40d5ce95ef2d26b8d70346f58f
Masatake YAMATO
--
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