Commit d38712a7 authored by Bastien Nocera's avatar Bastien Nocera Committed by Jiri Kosina

coredump: Fix do_coredump() comment

Signed-off-by: default avatarBastien Nocera <hadess@hadess.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f38bacb3
...@@ -572,7 +572,7 @@ void do_coredump(const siginfo_t *siginfo) ...@@ -572,7 +572,7 @@ void do_coredump(const siginfo_t *siginfo)
* *
* Normally core limits are irrelevant to pipes, since * Normally core limits are irrelevant to pipes, since
* we're not writing to the file system, but we use * we're not writing to the file system, but we use
* cprm.limit of 1 here as a speacial value, this is a * cprm.limit of 1 here as a special value, this is a
* consistent way to catch recursive crashes. * consistent way to catch recursive crashes.
* We can still crash if the core_pattern binary sets * We can still crash if the core_pattern binary sets
* RLIM_CORE = !1, but it runs as root, and can do * RLIM_CORE = !1, but it runs as root, and can do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment