K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-01-13T23:20:46.000000Z K 7 svn:log V 260 When freeing the chain of if_ef devices on an aborted load, use SLIST_FOREACH_SAFE() rather than SLIST_FOREACH(), as elements are freed on each iteration of the loop. This prevents use-after-free. Noticed by: Coverity Prevent analysis tool MFC after: 3 days END