Skip to content

[SYCL] Fix segfault upon initial complex call to set_final_data(null) #1004

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

Merged
merged 3 commits into from
Jan 15, 2020

Conversation

s-kanaev
Copy link
Contributor

A complex call is:
-- snip start --
char *ptr = reinterpret_cast<char *>(nullptr);
sycl_obj.set_final_data(ptr);
-- snip end --

Signed-off-by: Sergey Kanaev [email protected]

romanovvlad
romanovvlad previously approved these changes Jan 13, 2020
Sergey Kanaev and others added 3 commits January 14, 2020 14:35
A complex call is:
-- snip start --
char *ptr = reinterpret_cast<char *>(nullptr);
sycl_obj.set_final_data(ptr);
-- snip end --

Signed-off-by: Sergey Kanaev <[email protected]>
Signed-off-by: Sergey Kanaev <[email protected]>
Co-Authored-By: Mikhail Lychkov <[email protected]>
Signed-off-by: Sergey Kanaev <[email protected]>
@s-kanaev s-kanaev force-pushed the private/s-kanaev/fix-segfault branch from 37f727b to 4a85d31 Compare January 14, 2020 11:36
@romanovvlad romanovvlad merged commit 6a0e279 into intel:sycl Jan 15, 2020
@s-kanaev s-kanaev deleted the private/s-kanaev/fix-segfault branch March 12, 2020 13:12
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.

4 participants