Summary: | KDE info center show incorrect info about memory for 32 bit system | ||
---|---|---|---|
Product: | [Applications] kinfocenter | Reporter: | opensuse.lietuviu.kalba |
Component: | Memory | Assignee: | David Hubner <hubn3rd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 5.15.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kinfocenter/10d60170eaa46c3e4233c4eef966418d0065754d | Version Fixed In: | 5.16.0 |
Sentry Crash Report: |
Description
opensuse.lietuviu.kalba
2019-04-09 09:09:09 UTC
Needs to use 64-bit multiplication even on 32-bit systems in https://cgit.kde.org/kinfocenter.git/tree/Modules/about-distro/src/Module.cpp#n59 A cast for one of the operands should help. Git commit 10d60170eaa46c3e4233c4eef966418d0065754d by Christoph Feck. Committed on 29/04/2019 at 22:55. Pushed by cfeck into branch 'master'. Correctly show memory sizes > 4 GiB on 32 bit Linux FIXED-IN: 5.16.0 Differential Revision: https://phabricator.kde.org/D20828 M +1 -1 Modules/about-distro/src/Module.cpp https://commits.kde.org/kinfocenter/10d60170eaa46c3e4233c4eef966418d0065754d |