From a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 26 Dec 2020 22:15:06 -0500 Subject: Fix code analysis warnings. --- src/engine/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/core.cpp') diff --git a/src/engine/core.cpp b/src/engine/core.cpp index 028dc1cc..d157d3b3 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp @@ -36,7 +36,7 @@ static HRESULT ParseCommandLine( __out_z LPWSTR* psczSanitizedCommandLine ); static HRESULT ParsePipeConnection( - __in LPWSTR* rgArgs, + __in_ecount(3) LPWSTR* rgArgs, __in BURN_PIPE_CONNECTION* pConnection ); static HRESULT DetectPackage( -- cgit v1.2.3-55-g6feb