mirror of
https://github.com/NixOS/nix.git
synced 2025-12-18 15:01:08 +01:00
Merge pull request #14782 from NixOS/backport-14772-to-2.32-maintenance
[Backport 2.32-maintenance] [libstore]: Fix a heap-use-after-free bug
This commit is contained in:
commit
256fdf31e6
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