Files
linux/Documentation
Jakub Wilk cc809ed885 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: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2019-03-25 09:53:56 -06:00
..
2019-02-11 10:35:35 +01:00
2018-12-18 16:13:04 +01:00
2019-02-22 08:50:17 -07:00
2019-03-07 18:32:03 -08:00