You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of local peers does not include the own rank but the own rank
is still written to the array which means an out-of-bounds write
corrupting the stack.
Increase the array size by that missing rank (i.e. +1)
Fixes#9018
Signed-off-by: Alexander Grund <Flamefire@users.noreply.github.com>
(cherry picked from commit b8b9546)
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
0 commit comments