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:	Sat, 23 Feb 2008 20:01:30 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jwestfall@...realistic.net
Cc:	netdev@...r.kernel.org, acme@...stprotocols.net
Subject: Re: kernel BUG at net/core/skbuff.c:95!

From: Jim Westfall <jwestfall@...realistic.net>
Date: Thu, 21 Feb 2008 11:13:52 -0800

> > 
> > 2) Second, skb_realloc_headroom() is called on 'skb' with
> >    a second argument of 'dsize'.
> 
> This suggestion escapes me.  The skb_put() call in the above 
> code would increase skb->tail.  Wont skb_realloc_headroom() create 
> additional space between skb->head and skb->data when we really want it 
> between skb->tail and skb->end?

My bad, you need to increase the tailroom not the headroom.
--
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