From: Chidambar 'ilLogict' Zinnoury Date: Wed, 12 Mar 2008 01:05:02 +0000 (-0700) Subject: [SCTP]: Fix local_addr deletions during list traversals. X-Git-Tag: v2.6.25-rc6~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22626216c46f2ec86287e75ea86dd9ac3df54265;p=pandora-kernel.git [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 Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed