Skip to content

src: ignore SIGXFSZ, don't terminate (ulimit -f)

Ignore SIGXFSZ signals so that exceeding RLIMIT_FSIZE makes the offending system call fail with EFBIG instead of terminating the process.

Merge request reports

Loading