Date: Sun, 10 Mar 1996 14:37:36 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern imgact_elf.c Message-ID: <199603102237.OAA25187@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/03/10 14:37:35 Modified: sys/kern imgact_elf.c Log: Fix some rounding problems.. In some (fairly rare) situtaions it mapped one page too many, which caused obreak() to fail in vm_map_find() with ENOMEM because of the conflicting page. Revision Changes Path 1.2 +22 -12 src/sys/kern/imgact_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603102237.OAA25187>