Skip to content
Snippets Groups Projects
Commit cc809ed8 authored by Jakub Wilk's avatar Jakub Wilk Committed by Jonathan Corbet
Browse files

Documentation: fix core_pattern max length


The buffer size for core_pattern is 128, but one character is used for
terminating null byte, so the actual limit is 127:

    # printf '%0999d' > /proc/sys/kernel/core_pattern
    # tr -d '\n' < /proc/sys/kernel/core_pattern | wc -c
    127

Signed-off-by: default avatarJakub Wilk <jwilk@jwilk.net>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 98348577
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment