From 4efa50de798dca461b16e51357c7faa83054e035 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 15 Jun 2022 19:12:24 +0300 Subject: Fix crash --- bpkg/package-skeleton.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx index 3bfd634..bc7120c 100644 --- a/bpkg/package-skeleton.cxx +++ b/bpkg/package-skeleton.cxx @@ -1971,7 +1971,7 @@ namespace bpkg // collect_config(). So instead of calling merge_cmd_vars() we will do // our own (but consistent) thing. // - const strings* cmd_vars; + const strings* cmd_vars (nullptr); { assert (!cmd_vars_cache_); // Sanity check (we are always first). -- cgit v1.1