Re: [PATCH 3.4 051/172] netfilter: xt_socket: fix a stack corruption bug

2015-06-16 Thread Pablo Neira Ayuso
On Tue, Jun 16, 2015 at 04:35:05PM +0800, l...@kernel.org wrote: > From: Eric Dumazet > > 3.4.108-rc1 review patch. If anyone has any objections, please let me know. > > -- > > > commit 78296c97ca1fd3b104f12e1f1fbc06c46635990b upstream. > > As soon as extract_icmp6_fields()

[PATCH 3.4 051/172] netfilter: xt_socket: fix a stack corruption bug

2015-06-16 Thread lizf
From: Eric Dumazet 3.4.108-rc1 review patch. If anyone has any objections, please let me know. -- commit 78296c97ca1fd3b104f12e1f1fbc06c46635990b upstream. As soon as extract_icmp6_fields() returns, its local storage (automatic variables) is deallocated and can be

[PATCH 3.4 051/172] netfilter: xt_socket: fix a stack corruption bug

2015-06-16 Thread lizf
From: Eric Dumazet eduma...@google.com 3.4.108-rc1 review patch. If anyone has any objections, please let me know. -- commit 78296c97ca1fd3b104f12e1f1fbc06c46635990b upstream. As soon as extract_icmp6_fields() returns, its local storage (automatic variables) is deallocated

Re: [PATCH 3.4 051/172] netfilter: xt_socket: fix a stack corruption bug

2015-06-16 Thread Pablo Neira Ayuso
On Tue, Jun 16, 2015 at 04:35:05PM +0800, l...@kernel.org wrote: From: Eric Dumazet eduma...@google.com 3.4.108-rc1 review patch. If anyone has any objections, please let me know. -- commit 78296c97ca1fd3b104f12e1f1fbc06c46635990b upstream. As soon as