DragonFly commits List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/vfs/udf udf_vfsops.c udf_vnops.c
dillon 2004/03/29 08:38:36 PST
DragonFly src repository
Modified files:
sys/vfs/udf udf_vfsops.c udf_vnops.c
Log:
UDF was not properly cleaning up getblk'd buffers in the face of error
conditions. In some places it was assuming that getblk() would not
return a buffer on error, but in fact getblk() generally always returns
a buffer whether an error occurs or not (and always on an I/O error).
Reported-by: David Rhodus <drhodus@xxxxxxxxxxxxxxxxxxxxxxx>
Revision Changes Path
1.3 +2 -0 src/sys/vfs/udf/udf_vfsops.c
1.3 +11 -5 src/sys/vfs/udf/udf_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/udf/udf_vfsops.c.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/udf/udf_vnops.c.diff?r1=1.2&r2=1.3&f=h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]