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, 22 Jan 2008 02:44:19 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	dada1@...mosbay.com
Cc:	yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org
Subject: Re: [GIT PULL] [IPV6,IPV4]: Fix several sparse warnings.

From: Eric Dumazet <dada1@...mosbay.com>
Date: Tue, 22 Jan 2008 11:03:12 +0100

> On Tue, 22 Jan 2008 18:56:32 +0900 (JST)
> YOSHIFUJI Hideaki / 吉藤英明  <yoshfuji@...ux-ipv6.org> wrote:
> 
> > @@ -418,7 +418,7 @@ out:
> >  
> >  void udp_err(struct sk_buff *skb, u32 info)
> >  {
> > -	return __udp4_lib_err(skb, info, udp_hash);
> > +	__udp4_lib_err(skb, info, udp_hash);
> >  }
> 
> Hum... On this one, I would say Sparse is picky, not to say buggy :(

Agreed, but making this change is harmless :-)
--
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