cvs commit: src/sys/kern subr_firmware.c
Sam Leffler
sam at FreeBSD.org
Sat Oct 4 23:58:15 UTC 2008
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
More information about the cvs-src
mailing list