1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 20:16:03 +01: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;