]> granicus.if.org Git - procps-ng/commit
ps/output.c: Check return value of mmap() in init_output().
authorQualys Security Advisory <qsa@qualys.com>
Thu, 1 Jan 1970 00:00:00 +0000 (00:00 +0000)
committerCraig Small <csmall@enc.com.au>
Fri, 18 May 2018 21:32:21 +0000 (07:32 +1000)
commite66bf564f8a9cdd6378b829915401f36e87351f6
tree4118d594c8c07b7ae3465da448a562c785293835
parentbb9c217f29d768443b3020b6b09740de2923c6b1
ps/output.c: Check return value of mmap() in init_output().

We decided not to check the return value of the mprotect() calls,
because they are not vital to the operation of ps.
ps/output.c