From: Vlad Yasevich Date: Wed, 28 Apr 2010 08:47:19 +0000 (+0000) Subject: sctp: fix potential reference of a freed pointer X-Git-Tag: v2.6.34-rc6~13^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c42749cffbb4a06be86c5e5db6c7ebad548781f;p=pandora-kernel.git sctp: fix potential reference of a freed pointer When sctp attempts to update an assocition, it removes any addresses that were not in the updated INITs. However, the loop may attempt to refrence a transport with address after removing it. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed