rwatson 2008-03-08 16:31:29 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Use sbuf routines to construct core dump filenames rather than custom
string buffer handling, making the code both easier to read and more
robust against string-handling bugs.
MFC after: 1 week
Revision Changes Path
1.357 +22 -27 src/sys/kern/kern_sig.c