Thread (3 messages) flat view 3 messages, 3 authors, 2017-03-03

Re: [PATCH] netfilter: nf_conntrack_sip: fix wrong memory initialisation

From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2017-03-03 13:04:39
Also in: lkml, netfilter-devel, stable

On Wed, Mar 01, 2017 at 03:33:26PM +0100, Christophe Leroy wrote:
In commit 82de0be6862cd ("netfilter: Add helper array
register/unregister functions"),
struct nf_conntrack_helper sip[MAX_PORTS][4] was changed to
sip[MAX_PORTS * 4], so the memory init should have been changed to
memset(&sip[4 * i], 0, 4 * sizeof(sip[i]));

But as the sip[] table is allocated in the BSS, it is already set to 0
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help