Skip to content

[DeviceSanitizer] Add IPC memory support for ASAN, MSAN, and TSAN#21960

Draft
zhaomaosu wants to merge 1 commit intointel:syclfrom
zhaomaosu:devsan-fix-ipc-mem
Draft

[DeviceSanitizer] Add IPC memory support for ASAN, MSAN, and TSAN#21960
zhaomaosu wants to merge 1 commit intointel:syclfrom
zhaomaosu:devsan-fix-ipc-mem

Conversation

@zhaomaosu
Copy link
Copy Markdown
Contributor

Intercept urIPCOpenMemHandleExp and urIPCCloseMemHandleExp so that IPC-imported memory is properly tracked by the device sanitizer layers. But since sanitizer doesn't support inter process communication, this change is going to make sure the IPC memory's shadow memory is preserved and will not crash or generate false alarms.

Intercept urIPCOpenMemHandleExp and urIPCCloseMemHandleExp so that
IPC-imported memory is properly tracked by the device sanitizer layers.
But since sanitizer doesn't support inter process communication, this
change is going to make sure the IPC memory's shadow memory is preserved
and will not crash or generate false alarms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant