cvs commit: src/sys/kern imgact_elf.c
Tim J. Robbins
tjr at FreeBSD.org
Fri Jun 4 06:30:26 GMT 2004
tjr 2004/06/03 23:30:16 PDT
FreeBSD src repository
Modified files:
sys/kern imgact_elf.c
Log:
Write segments to core dump files in maximally-sized chunks that neither
exceed vn_rdwr_inchunks()'s INT_MAX length limitation nor span a block
boundary. This fixes dumping segments larger than 2GB.
PR: 67546
Revision Changes Path
1.149 +21 -8 src/sys/kern/imgact_elf.c
More information about the cvs-src
mailing list