Commit 3053147
authored
[SYCL][E2E] set pointer to nullptr to avoid Device Address Sanitizer complain about invalid pointer. (#16168)
The `int_ptr` is pointed to random memory, which causes the Device
Address Sanitizer to complain that it points to unknown memory.1 parent c58affd commit 3053147
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments