1
0
Fork 0
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:
Robert Hensing 2021-08-29 19:31:52 +02:00
parent 8bc76acc7c
commit 8656b130ea
2 changed files with 6 additions and 6 deletions

View file

@ -101,6 +101,7 @@ public:
const ref<Store> buildStore;
RootValue vCallFlake = nullptr;
RootValue vImportedDrvToDerivation = nullptr;
private:
SrcToStore srcToStore;