-
Notifications
You must be signed in to change notification settings - Fork 120
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
[DevASAN][CPU] bugfix for mmap return value check. #2402
Conversation
Hi @aarongreig , could you help merge this fix? Thanks. |
Happy to merge right away as it's a trivial change but I'll need you to make the LLVM PR to update the tag. I would do it myself but you can't approve your own PR and there wont be another UR reviewer around to approve until late next week |
Thank you, updated. |
@yingcong-wu does this change need the 2025.1 label applied to it? |
Yep, please add it. Thanks! |
UR PR: oneapi-src/unified-runtime#2402 --------- Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
mmap()
would returnMAP_FAILED
instead of NULL in case of error, we need to do a translation here.Intel/llvm PR: intel/llvm#16466