lix-releng-staging/src/libexpr/primops
Eelco Dolstra 64ec087f58
Fix 32-bit overflow with --no-net
--no-net causes tarballTtl to be set to the largest 32-bit integer,
which causes comparison like 'time + tarballTtl < other_time' to
fail on 32-bit systems. So cast them to 64-bit first.

https://hydra.nixos.org/build/95076624
(cherry picked from commit 29ccb2e969)
2019-06-24 22:16:43 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Fix 32-bit overflow with --no-net 2019-06-24 22:16:43 +02:00
fetchMercurial.cc Fix 32-bit overflow with --no-net 2019-06-24 22:16:43 +02:00
fromTOML.cc Fix abort in fromTOML 2019-06-24 17:09:09 +02:00