cvs commit: src/sys/kern kern_shutdown.c
Ian Dowse
iedowse at FreeBSD.org
Sun Jun 15 04:43:01 PDT 2003
iedowse 2003/06/15 04:43:00 PDT
FreeBSD src repository
Modified files:
sys/kern kern_shutdown.c
Log:
Don't overwrite the static panicstr buffer for secondary and further
panics. Before revision 1.38, we used to just point panicstr at the
format string if panicstr was NULL, but since we now use a static
buffer for the formatted panic message, we have to be careful to
only write to it during the first panic.
Pointed out by: bde
Revision Changes Path
1.145 +8 -3 src/sys/kern/kern_shutdown.c
More information about the cvs-src
mailing list