mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 14:01:05 +01:00
Merge pull request #14772 from GrahamDennis/gdennis/fix-heap-use-after-free
[libstore]: Fix a heap-use-after-free bug
This commit is contained in:
commit
8358409fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ struct DerivationBuilderParams
|
|||
*/
|
||||
const StorePathSet & inputPaths;
|
||||
|
||||
const std::map<std::string, InitialOutput> & initialOutputs;
|
||||
const std::map<std::string, InitialOutput> initialOutputs;
|
||||
|
||||
const BuildMode & buildMode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue