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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to