Netdev List
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Cc: netdev@vger.kernel.org
Subject: llc use-after-free
Date: Tue, 30 May 2006 15:41:48 -0700	[thread overview]
Message-ID: <20060530154148.ed982f6b.akpm@osdl.org> (raw)


My test box running rc5-mm1 was kinda sitting there doing nothing when it
decided to have an oops in the llc code.  See

http://www.zip.com.au/~akpm/linux/patches/stuff/dsc03542.jpg

gdb says:



0x197 is in llc_rcv (net/llc/llc_input.c:68).
63      static __inline__ int llc_pdu_type(struct sk_buff *skb)
64      {
65              int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */
66              struct llc_pdu_sn *pdu = llc_pdu_sn_hdr(skb);
67      
68              if ((pdu->ctrl_1 & LLC_PDU_TYPE_MASK) != LLC_PDU_TYPE_U)
69                      goto out;
70              switch (LLC_U_PDU_CMD(pdu)) {
71              case LLC_1_PDU_CMD_XID:
72              case LLC_1_PDU_CMD_UI:

                 reply	other threads:[~2006-05-30 22:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060530154148.ed982f6b.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=acme@conectiva.com.br \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox