Date: Sat, 8 Jan 2000 02:45:55 -0800 (PST) From: Boris Popov <bp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Message-ID: <200001081045.CAA72093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bp 2000/01/08 02:45:55 PST Modified files: sys/msdosfs msdosfs_vnops.c Log: Treat negative uio_offset value as eof (idea by: bde). Prevent overflows by casting uio_offset to uoff_t. Return correct error number if directory entry is broken. Reviewed by: bde Revision Changes Path 1.95 +12 -9 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001081045.CAA72093>