Date: Mon, 25 Jan 1999 02:34:36 -0800 (PST) From: Robert Nordier <rnordier@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common load_aout.c Message-ID: <199901251034.CAA35151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnordier 1999/01/25 02:34:35 PST Modified files: sys/boot/common load_aout.c Log: Correctly record the end of the a.out symbol table. In practice, a bootinfo structure where bi_esymtab < bi_symtab was being passed to the kernel. In the case of older 2.x kernels, this was causing garbage to be printed to the video console, followed by an exception. This should resolve a problem reported on -current by Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>. Revision Changes Path 1.14 +3 -3 src/sys/boot/common/load_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901251034.CAA35151>