cvs commit: src/sys/geom/raid3 g_raid3.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu May 4 13:01:18 UTC 2006
pjd 2006-05-04 13:01:16 UTC
FreeBSD src repository
Modified files:
sys/geom/raid3 g_raid3.c
Log:
Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in
two places where g_io_request() is called. g_io_request() can free bio
structure so we can't reference it after and G_RAID3_FOREACH_BIO() macro
was doing this.
Found by: Coverity Prevent analysis tool (with my new models)
MFC after: 1 day
Revision Changes Path
1.66 +4 -6 src/sys/geom/raid3/g_raid3.c
More information about the cvs-src
mailing list