commit | 22626216c46f2ec86287e75ea86dd9ac3df54265 | [log] [tgz] |
---|---|---|
author | Chidambar 'ilLogict' Zinnoury <illogict@online.fr> | Tue Mar 11 18:05:02 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 11 18:05:02 2008 -0700 |
tree | ee7fb381a17fb8105b7f2f8cd40cc4b587d064d0 | |
parent | b2211a361a4289c83971f89da53fe2eb9e72769d [diff] |
[SCTP]: Fix local_addr deletions during list traversals. Since the lists are circular, we need to explicitely tag the address to be deleted since we might end up freeing the list head instead. This fixes some interesting SCTP crashes. Signed-off-by: Chidambar 'ilLogict' Zinnoury <illogict@online.fr> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>