Re: Re: [PATCH] netfilter: ipv4: fix NULL dereference

2016-03-25 Thread Pablo Neira Ayuso
On Fri, Mar 25, 2016 at 02:38:15PM +0800, Liping Zhang wrote: > At 2016-03-25 04:22:05, "Pablo Neira Ayuso" wrote: > > > >Could you also pass net as parameter to synproxy_send_server_syn() ? > > > >par->net provides this from synproxy_tg4(). > > Not pass the net but replace

Re: [PATCH] netfilter: ipv4: fix NULL dereference

2016-03-25 Thread Liping Zhang
At 2016-03-25 04:22:05, "Pablo Neira Ayuso" wrote: > >Could you also pass net as parameter to synproxy_send_server_syn() ? > >par->net provides this from synproxy_tg4(). Not pass the net but replace the first parameter 'snet' with 'net' seems better? snet is only used in

Re:Re: [PATCH] netfilter: ipv4: fix NULL dereference

2016-03-25 Thread Liping Zhang
At 2016-03-25 04:22:05, "Pablo Neira Ayuso" wrote: > >Could you also pass net as parameter to synproxy_send_server_syn() ? > >par->net provides this from synproxy_tg4(). Not pass the net but replace the first parameter 'snet' with 'net' seems better? snet is only used in