Date: Thu, 20 Nov 1997 10:24:54 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 db_trace.c Message-ID: <199711201824.KAA13480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/11/20 10:24:54 PST Modified files: sys/i386/i386 db_trace.c Log: Fixed wrong limits for the kernel text in db_numargs(). The interval [VM_MIN_KERNEL_ADDRESS, etext] was used instead of [btext, etext). Added a comment about this being completely wrong for LKMs. This only affects interpreting the instructions after the return to attempt decide the number of args. The attempt usually fails anyway. Revision Changes Path 1.27 +7 -3 src/sys/i386/i386/db_trace.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711201824.KAA13480>