diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-07-04 17:24:24 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-07-04 17:24:24 +0200 |
commit | 3fbe93371258704e56dc741218b4faa399395f8a (patch) | |
tree | ad7570ee796e2d54fee0c635f3fc1fd039bd6833 /utils | |
parent | a406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (diff) | |
download | podman-3fbe93371258704e56dc741218b4faa399395f8a.tar.gz podman-3fbe93371258704e56dc741218b4faa399395f8a.tar.bz2 podman-3fbe93371258704e56dc741218b4faa399395f8a.zip |
envVarValueResourceFieldRef: use int64 for value
int can be 32 or 64 bit depending on the architecture.
The total memory is int64 so we have to use int64 for the value as
well otherwise we get an overflow on 32 bit systems.
Fixes #14819
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions