Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
int lnet_push_target_resize(void) { ... int nnis = the_lnet.ln_push_target_nnis; ... again: ... if (nnis < the_lnet.ln_push_target_nnis) goto again;
Looks like an infinite loop if we hit the condition for the "goto again" since we don't update the local nnis variable.