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] [day] [month] [year] [list]
Date:	Tue, 06 Mar 2007 13:44:30 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jmorris@...ei.org
Cc:	johannes@...solutions.net, netdev@...r.kernel.org
Subject: Re: [PATCH] fix compat_sock_common_getsockopt typo

From: James Morris <jmorris@...ei.org>
Date: Tue, 6 Mar 2007 10:06:00 -0500 (EST)

> On Tue, 6 Mar 2007, Johannes Berg wrote:
> 
> > This patch fixes a typo in compat_sock_common_getsockopt.
> > 
> > Signed-off-by: Johannes Berg <johannes@...solutions.net>
> > 
> > --- wireless-dev.orig/net/core/sock.c	2007-03-06 15:44:15.618565674 +0100
> > +++ wireless-dev/net/core/sock.c	2007-03-06 15:44:25.948565674 +0100
> > @@ -1597,7 +1597,7 @@ int compat_sock_common_getsockopt(struct
> >  {
> >  	struct sock *sk = sock->sk;
> >  
> > -	if (sk->sk_prot->compat_setsockopt != NULL)
> > +	if (sk->sk_prot->compat_getsockopt != NULL)
> >  		return sk->sk_prot->compat_getsockopt(sk, level, optname,
> >  						      optval, optlen);
> >  	return sk->sk_prot->getsockopt(sk, level, optname, optval, optlen);
> 
> 
> Acked-by: James Morris <jmorris@...ei.org>

Applied, thanks evryone.
-
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