]> granicus.if.org Git - procps-ng/commit
top: Check graph_cpus, graph_mems, and sum... REVERTED
authorJim Warner <james.warner@comcast.net>
Fri, 18 May 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 19 May 2018 11:19:35 +0000 (21:19 +1000)
commitd1fbc5fbd46727080ae51bb20dfa7c20b1707fb1
tree09972a788950644f000ccf11b5e25cdd022d2330
parente531c781401ab76ff0c1834c6e40d5c440bdb8e4
top: Check graph_cpus, graph_mems, and sum... REVERTED

The variables graph_cpus, graph_mems & summ_mscale are
all well managed in a running top. They were, however,
each vulnerable to tampering via the rcfile. So rather
than continually addressing the symptoms, we'll attack
the root cause just once at startup in the next patch.

Reference(s):
. original qualys patch
0099-top-Check-graph_cpus-graph_mems-and-summ_mscale.patch
commit cd8ba5670e21f8016e14efd247ed2dd6af887aea

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c