lkml.org 
[lkml]   [2019]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH][next] netfilter: xt_hashlimit: use struct_size() helper
On Wed, May 01, 2019 at 05:01:08PM -0500, Gustavo A. R. Silva wrote:
> Make use of the struct_size() helper instead of an open-coded version
> in order to avoid any potential type mistakes, in particular in the
> context in which this code is being used.
>
> So, replace code of the following form:
>
> sizeof(struct xt_hashlimit_htable) + sizeof(struct hlist_head) * size
>
> with:
>
> struct_size(hinfo, hash, size)
>
> This code was detected with the help of Coccinelle.

Applied, thanks.

\
 
 \ /
  Last update: 2019-05-06 01:03    [W:0.039 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site