From: Dan Carpenter Date: Thu, 10 Apr 2014 09:45:45 +0000 (+0300) Subject: Staging: unisys: use after free in list_for_each() X-Git-Tag: omap-for-v3.16/pm-signed~80^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b1ea773e0a6dd611278d0d6f81ea6ff9d6938b;p=pandora-kernel.git Staging: unisys: use after free in list_for_each() These should be using the _safe version of list_for_each() because we free the current element and it leads to a use after free bug. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed