Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 1996 22:13:10 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/ibcs2 imgact_coff.c
Message-ID:  <199603120613.WAA03366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       96/03/11 22:13:10

  Modified:    sys/i386/ibcs2  imgact_coff.c
  Log:
  The same data segment length rounding problem that was in the elf
  loader is also present in the coff loader.  It was possible to get one
  more page allocated than needed, which would cause brk()/malloc()/etc
  to fail with ENOMEM when it tried to re-allocate the space.
  
  Also, change a bcopy() from kernel to user space to a copyout().
  
  Revision  Changes    Path
  1.13      +4 -4      src/sys/i386/ibcs2/imgact_coff.c



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