mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
Fix use after free with vImportedDrvToDerivation
This commit is contained in:
parent
8bc76acc7c
commit
8656b130ea
2 changed files with 6 additions and 6 deletions
|
@ -101,6 +101,7 @@ public:
|
|||
const ref<Store> buildStore;
|
||||
|
||||
RootValue vCallFlake = nullptr;
|
||||
RootValue vImportedDrvToDerivation = nullptr;
|
||||
|
||||
private:
|
||||
SrcToStore srcToStore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue