K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-12T06:13:08.000000Z K 7 svn:log V 333 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(). END