rodrigc 2006-12-09 16:27:50 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c Log: In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over the list of nodes to free them. CID: 1668 Found by: Coverity Prevent (tm) Revision Changes Path 1.88 +3 -2 src/sys/fs/unionfs/union_subr.c