sysctl: Don't crash file fopen fails (8882afa0) · Commits · procps-ng / procps · GitLab
The commit referenced below put a setvbuf() before checking what fopen() returned. If the file could not be opened then the file handle was NULL at setvbuf() crashed. setvbuf() is...