]> granicus.if.org Git - procps-ng/commit
0115-top: Harden calibrate_fields().
authorQualys Security Advisory <qsa@qualys.com>
Thu, 1 Jan 1970 00:00:00 +0000 (00:00 +0000)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jun 2018 11:35:20 +0000 (21:35 +1000)
commit2ba9c569e5e36ffb6d1c14056c40de8126244cfc
treee57bdd24b7673a3175cfc7810c76ef30543f2975
parent6024543e7923d49b4475bbacb0a88d26284ccb53
0115-top: Harden calibrate_fields().

- Make sure i is at least 1 before "i - 1" and "--i".

- Initialize endpflg (to 0, as it was originally, since it is static)
  before the "for" loop (the "break" may leave endpflg uninitialized,
  for example).
top/top.c