From: Jiri Slaby <jirislaby@gmail.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: ML netdev <netdev@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: sch_atm: null dereference
Date: Sat, 04 Sep 2010 14:37:52 +0200 [thread overview]
Message-ID: <4C823DA0.3050203@gmail.com> (raw)
Hi,
stanse found a potential null dereference:
atm_tc_change
-> if (flow)
-> return -EBUSY;
-> flow is NULL now
-> if (classid)
-> if (!list_empty(&flow->list))
Introduced probably in
sch_atm: Convert to use standard list_head facilities.
Could you fix that?
regards,
--
js
next reply other threads:[~2010-09-04 12:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-04 12:37 Jiri Slaby [this message]
2010-09-12 18:57 ` sch_atm: null dereference David Miller
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=4C823DA0.3050203@gmail.com \
--to=jirislaby@gmail.com \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).