From: Dan Carpenter Date: Tue, 4 Jan 2011 21:03:44 +0000 (+0000) Subject: dcb: use after free in dcb_flushapp() X-Git-Tag: v2.6.38-rc1~476^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8fe003741aa90b6b9453e90af4bbb7bc42918c;p=pandora-kernel.git dcb: use after free in dcb_flushapp() The original code has a use after free bug because it's not using the _safe() version of the list_for_each_entry() macro. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed