diff options
author | Jim Warner <james.warner@comcast.net> | 2018-04-11 00:00:00 -0500 |
---|---|---|
committer | Craig Small <csmall@enc.com.au> | 2018-05-06 07:19:38 +1000 |
commit | f28d605a0d0294e0bd6e19e155f7b62d3fcc6b89 (patch) | |
tree | 4bbb0d678221279ffae2fa2d94bd5d8eae2a80ea /NEWS | |
parent | 5fee15fcb63f685a8f1c92d9797d55c95595cbb0 (diff) | |
download | procps-ng-f28d605a0d0294e0bd6e19e155f7b62d3fcc6b89.tar.gz |
free: fix scaling on 32-bit systems _______ (catch up)
--------------- Original Master Branch Commit Message:
Systems that have a 32-bit long would give incorrect results in free.
References:
Issue #89
https://www.freelists.org/post/procps/frees-scale-size-broken-with-32bit-long
Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ procps-ng-3.3.14 ---------------- * pgrep: Don't segfault on non match Debian #894917 * pgrep/pkill: Revert so matches all namespaces issue #91 + * free: Fix scaling on 32-bit systems issue #89 procps-ng-3.3.13 ---------------- |