Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 23:58:02 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_firmware.c
Message-ID:  <200810042358.m94NwEtJ043312@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2008-10-04 23:58:02 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_firmware.c 
  Log:
  SVN rev 183614 on 2008-10-04 23:58:02Z by sam
  
  dynamically allocate the task structure in firmware_mountroot: when
  booting from an MFS root (e.g. from an install CD) firmware_mountroot
  can be called twice with the second call happening before the task
  callback occurs; this results in the task structure contents being
  corrupted because it was declared static.
  
  Submitted by:   marius (original version)
  
  Revision  Changes    Path
  1.11      +9 -3      src/sys/kern/subr_firmware.c



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