Skip to content

Commit

Permalink
Update sanitizer layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed May 20, 2024
1 parent 750beac commit 1db31e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loader/layers/sanitizer/asan_interceptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ ur_result_t SanitizerInterceptor::prepareLaunch(
(void *)LaunchInfo.Data, LaunchInfo.Data->NumLocalArgs,
(void *)LaunchInfo.Data->LocalArgs);
ur_result_t URes = context.urDdiTable.Kernel.pfnSetArgPointer(
Kernel, ArgNums - 1, nullptr, &LaunchInfo.Data);
Kernel, ArgNums - 1, nullptr, LaunchInfo.Data);
if (URes != UR_RESULT_SUCCESS) {
context.logger.error("Failed to set launch info: {}", URes);
return URes;
Expand Down

0 comments on commit 1db31e7

Please sign in to comment.