]> granicus.if.org Git - procps-ng/commit
pgrep: Replace ints with longs in strict_atol().
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)
commitc1dbd41d2b2e6727917956891df529e6adc8e09e
tree69cb0a8d81a0e85ee4b9dbd7f6e31a2cd2219257
parent4ea5b22d62d207e71520c2697bda74bd730340fb
pgrep: Replace ints with longs in strict_atol().

atol() means long, and value points to a long.
pgrep.c