From 8d743ac19a1b0c15deccfb14525eaeef56b4135b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Jan 2018 14:28:10 +0200 Subject: Fix few undefined behavior (ubsan) bugs --- build2/functions-path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/functions-path.cxx') diff --git a/build2/functions-path.cxx b/build2/functions-path.cxx index 77c1464..1abaf40 100644 --- a/build2/functions-path.cxx +++ b/build2/functions-path.cxx @@ -10,7 +10,7 @@ using namespace std; namespace build2 { static value - path_thunk (const scope& base, + path_thunk (const scope* base, vector_view args, const function_overload& f) try -- cgit v1.1