Re: [PATCH 01/19] netfilter: nf_ct_sip: fix helper name
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2012-08-14 00:00:56
Also in:
netfilter-devel
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2012-08-14 00:00:56
Also in:
netfilter-devel
On Thu, Aug 09, 2012 at 10:08:45PM +0200, kaber@trash.net wrote:
From: Patrick McHardy <redacted> Commit 3a8fc53a (netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names) introduced a bug in the SIP helper, the helper name is sprinted to the sip_names array instead of instead of into the helper structure. This breaks the helper match and the /proc/net/nf_conntrack_expect output.
Applied, thanks Patrick.