K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-02-14T21:09:46.000000Z K 7 svn:log V 323 Merge if_ef.c:1.37 from HEAD to RELENG_6: 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 Approved by: re (scottl) END