cvs commit: src/sys/kern kern_sig.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 10 18:28:07 PST 2004
rwatson 2004/01/10 18:28:06 PST
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
When not creating a core dump due to resource limits specifying
a maximum dump size of 0, return a size-related error, rather
than returning success. Otherwise, waitpid() will incorrectly
return a status indicating that a core dump was created. Note
that the specific error doesn't actually matter, since it's lost.
MFC after: 2 weeks
PR: 60367
Submitted by: Valentin Nechayev <netch at netch.kiev.ua>
Revision Changes Path
1.266 +1 -1 src/sys/kern/kern_sig.c
More information about the cvs-src
mailing list