Skip to content

Conversation

@keyradical
Copy link
Contributor

@keyradical keyradical commented Dec 17, 2024

We were checking if (NewEvent != nullptr) but later we were dereferencing NewEvent without the check. At this point in the code NewEvent should be valid so no assertion is necessary.

Fixes #16332

@keyradical keyradical requested a review from a team as a code owner December 17, 2024 10:15
@keyradical keyradical requested a review from hdelan December 17, 2024 10:15
@keyradical
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge, thank you!

@martygrant martygrant merged commit b8a3045 into intel:sycl Dec 19, 2024
14 checks passed
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.

Potential nulltpr dereference in graph_impl

3 participants