mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
Merge pull request #11188 from lf-/jade/kill-int-overflow
Ban integer overflow in the Nix language
This commit is contained in:
commit
18485d2d53
40 changed files with 707 additions and 81 deletions
|
@ -172,6 +172,7 @@ headers = [config_h] + files(
|
|||
'args/root.hh',
|
||||
'callback.hh',
|
||||
'canon-path.hh',
|
||||
'checked-arithmetic.hh',
|
||||
'chunked-vector.hh',
|
||||
'closure.hh',
|
||||
'comparator.hh',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue