Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2004 19:18:28 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200406050218.i552ISvl057589@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406050218.i552ISvl057589>