Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[L0] Fix use after free with Module build strings #2474

Merged

Conversation

nrspruit
Copy link
Contributor

  • Address Sanitizer HASAN fails with temporary strings even after last use after free patch. This change resolves all use after free of these strings satifsying the address sanitzer checks with HASAN.

@nrspruit nrspruit requested a review from a team as a code owner December 17, 2024 16:13
@nrspruit nrspruit requested a review from pbalcer December 17, 2024 16:13
@nrspruit nrspruit added the v0.11.x Include in the v0.11.x release label Dec 17, 2024
@github-actions github-actions bot added the level-zero L0 adapter specific issues label Dec 17, 2024
- Address Sanitizer HASAN fails with temporary strings even after last
  use after free patch. This change resolves all use after free of these
strings satifsying the address sanitzer checks with HASAN.

Signed-off-by: Neil R. Spruit <[email protected]>
@nrspruit nrspruit force-pushed the fix_use_after_free_build_strings branch from 22b56d7 to 3973136 Compare December 17, 2024 16:23
nrspruit added a commit to nrspruit/llvm that referenced this pull request Dec 17, 2024
@nrspruit nrspruit added the ready to merge Added to PR's which are ready to merge label Dec 17, 2024
@nrspruit
Copy link
Contributor Author

The CI in the intel/llvm patch is working, the multi device CI is hung until the systems are rebooted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level-zero L0 adapter specific issues ready to merge Added to PR's which are ready to merge v0.11.x Include in the v0.11.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants