Commit 8e50659
authored
fix(dsp): correct dspDestoryHandle to use cluster ID (MY_RANK % dsp_count) (#7357)
dspInitHandle uses MY_RANK % dsp_count but dspDestoryHandle used raw MY_RANK, causing heap corruption when MY_RANK >= dsp_count. Fixes issue #7269.1 parent 72dd71c commit 8e50659
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
0 commit comments