cvs commit: src/sys/fs/unionfs union_subr.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Dec 9 09:57:51 PST 2006
On Sat, Dec 09, 2006 at 04:27:50PM +0000, Craig Rodrigues wrote:
> 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)
What was before is also safe, but coverity prevent often reports it as a
bug, which is actually false positive.
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20061209/b571cc16/attachment.pgp
More information about the cvs-src
mailing list