lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 01 Feb 2013 18:27:47 -0800
From:	Steve Muckle <smuckle@...eaurora.org>
To:	Eric Dumazet <eric.dumazet@...il.com>
CC:	davem@...emloft.net, netdev@...r.kernel.org,
	linux-arm-msm@...r.kernel.org
Subject: Re: invalid socket structure with ip_early_demux

On 02/01/13 18:25, Eric Dumazet wrote:
> A fix would be to add after :
> 
> sk = skb->sk;
> 
> the following code :
> 
> if (sk && sk->sk_state == TCP_TIME_WAIT)
> 	sk = NULL;

Thanks. I assumed the xt_qtaguid code was ok because xt_owner does a
similar thing - does that also need this fix?

-- 
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ