free: fix scaling on 32-bit systems

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
This commit is contained in:
Craig Small
2018-04-10 21:20:25 +10:00
parent 1982a79ba8
commit 58bff862fc
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -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
----------------