Re: NULL Pointer Deference: NFS & Telnet

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Tuesday, May 25, 2010 - 6:52 pm

From: "Arce, Abraham" <x0066660@ti.com>
Date: Tue, 25 May 2010 20:48:02 -0500


skb_shinfo(skb)->nr_frags counts the number of entries contained
in the skb_shinfo(skb)->frags[] array.

This has nothing to do with the frag list pointer,
skb_shinfo(skb)->frag_list, which is what skb_has_frags()
tests.

You've got some kind of memory corruption going on and it
appears to have nothing to do with the code paths you're
playing with here.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
NULL Pointer Deference: NFS &amp; Telnet, Arce, Abraham, (Mon May 24, 7:19 pm)
RE: NULL Pointer Deference: NFS &amp; Telnet, Arce, Abraham, (Tue May 25, 6:48 pm)
Re: NULL Pointer Deference: NFS & Telnet, David Miller, (Tue May 25, 6:52 pm)
RE: NULL Pointer Deference: NFS &amp; Telnet, Arce, Abraham, (Tue May 25, 7:02 pm)
RE: NULL Pointer Deference: NFS &amp; Telnet, Eric Dumazet, (Tue May 25, 10:29 pm)
RE: NULL Pointer Deference: NFS &amp; Telnet, Arce, Abraham, (Wed May 26, 1:19 pm)
RE: NULL Pointer Deference: NFS &amp; Telnet, Eric Dumazet, (Wed May 26, 1:48 pm)
Re: NULL Pointer Deference: NFS &amp; Telnet, David Miller, (Fri Jun 4, 4:15 pm)