Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104041659.p34GxrjM052480>