mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 14:31:06 +01:00
[libstore]: Fix a heap-use-after-free bug
(cherry picked from commit 819a61acae)
This commit is contained in:
parent
ad0fa9e2c6
commit
103b38bfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ struct DerivationBuilderParams
|
||||||
*/
|
*/
|
||||||
const StorePathSet & inputPaths;
|
const StorePathSet & inputPaths;
|
||||||
|
|
||||||
const std::map<std::string, InitialOutput> & initialOutputs;
|
const std::map<std::string, InitialOutput> initialOutputs;
|
||||||
|
|
||||||
const BuildMode & buildMode;
|
const BuildMode & buildMode;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue