Re: [PATCH] net:netfilter alloc xt_byteslimit_htable with wrong size

From: Pablo Neira Ayuso
Date: Fri Sep 08 2017 - 07:59:12 EST


On Fri, Sep 08, 2017 at 11:00:16AM +0800, zhizhou.tian@xxxxxxxxx wrote:
> From: Zhizhou Tian <zhizhou.tian@xxxxxxxxx>
>
> struct xt_byteslimit_htable used hlist_head,
> but alloc memory with sizeof(struct list_head)

Applied, thanks.

For the record, I have mangled the patch titled to:

netfilter: xt_hashlimit: alloc hashtable with right size