Skip to content

Commit e2cdb8e

Browse files
committed
Add tests for Loader Driver interaction conformance for Sysman VF Management API's
Related-To: NEO-15334 Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent 6e8f372 commit e2cdb8e

4 files changed

Lines changed: 417 additions & 417 deletions

File tree

scripts/templates/nullddi.cpp.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace driver
9696

9797
std::string env = "${fname}=" + std::to_string(ZEL_NULL_DRIVER_ID);
9898
char *env_str = new char[env.size() + 1];
99-
std::strcpy(env_str, env.c_str());
99+
string_copy_s(env_str, env.c_str(), env.size() + 1);
100100
putenv_safe(env_str);
101101
context.env_vars.push_back(env_str);
102102
%endif

0 commit comments

Comments
 (0)