[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C823DA0.3050203@gmail.com>
Date: Sat, 04 Sep 2010 14:37:52 +0200
From: Jiri Slaby <jirislaby@...il.com>
To: "David S. Miller" <davem@...emloft.net>
CC: ML netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: sch_atm: null dereference
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists