aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-08-29 19:31:52 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-08-29 20:42:57 +0200
commit8656b130ea6defe6a7ef04b564ff391caa64a450 (patch)
tree5c771dcd437b3267dafcdf1ef4afbdcdbbd3a916 /src/libexpr/eval.hh
parent8bc76acc7c3665897a1b7e14574b379664f058d2 (diff)
Fix use after free with vImportedDrvToDerivation
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 22b0a584b..03dcfcf21 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -101,6 +101,7 @@ public:
const ref<Store> buildStore;
RootValue vCallFlake = nullptr;
+ RootValue vImportedDrvToDerivation = nullptr;
private:
SrcToStore srcToStore;