commit | a505b3b30fc69904f858822a2aa95990a4bf7958 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Sep 12 11:56:44 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 12 11:56:44 2010 -0700 |
tree | 4ea708f794d8cb91f77d42e32fce5324902cc274 | |
parent | 053d8f6622701f849fda2ca2c9ae596c13599ba9 [diff] |
sch_atm: Fix potential NULL deref. The list_head conversion unearther an unnecessary flow check. Since flow is always NULL here we don't need to see if a matching flow exists already. Reported-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>