cvs commit: src/sys/compat/pecoff imgact_pecoff.csrc/sys/i386/linux
linux_sysvec.c src/sys/kern imgact_aout.c imgact_elf.c vfs_vnops.c
src/sys/sys vnode.h
Tim J. Robbins
tjr at FreeBSD.org
Sat Jun 5 02:18:58 GMT 2004
tjr 2004/06/04 19:18:28 PDT
FreeBSD src repository
Modified files:
sys/compat/pecoff imgact_pecoff.c
sys/i386/linux linux_sysvec.c
sys/kern imgact_aout.c imgact_elf.c vfs_vnops.c
sys/sys vnode.h
Log:
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
size_t and size_t *, respectively. Update callers for the new interface.
This is a better fix for overflows that occurred when dumping segments
larger than 2GB to core files.
Revision Changes Path
1.33 +2 -2 src/sys/compat/pecoff/imgact_pecoff.c
1.131 +1 -1 src/sys/i386/linux/linux_sysvec.c
1.94 +1 -1 src/sys/kern/imgact_aout.c
1.151 +1 -1 src/sys/kern/imgact_elf.c
1.202 +6 -4 src/sys/kern/vfs_vnops.c
1.237 +2 -2 src/sys/sys/vnode.h
More information about the cvs-src
mailing list