Date: Mon, 4 Apr 2011 16:59:46 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/common module.c Message-ID: <201104041659.p34GxrjM052480@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2011-04-04 16:59:46 UTC
FreeBSD src repository
Modified files:
sys/boot/common module.c
Log:
SVN rev 220332 on 2011-04-04 16:59:46Z by marcel
Fix a long standing bug where file_load() passes down the global loadaddr
to the l_load() method in the file_formats structure, while being passed
an address as an argument (dest). With file_load() calling arch_loadaddr()
now, this bug is a little bit more significant.
Spotted by: nyan@ (nice catch!)
Revision Changes Path
1.32 +1 -1 src/sys/boot/common/module.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104041659.p34GxrjM052480>
