Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misuse of outdated variable that led to an impossible condition (backport) #1462

Merged

Conversation

jasperalbers
Copy link
Contributor

@jasperalbers jasperalbers commented Mar 13, 2020

This removes a local counter used as an exit condition for a while
true loop that was never increased. It is replaced by using the
correct functions of send_buffer_positions.

Backport of #1416 to 2.20.1

This removes a local counter used as an exit condition for a while
true loop that was never increased. It is replaced by using the
correct functions of send_buffer_positions.
@heplesser heplesser merged commit 561a6c1 into nest:nest-2.20.1 Mar 13, 2020
@terhorstd terhorstd added I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: High Should be handled next T: Bug Wrong statements in the code or documentation labels Nov 18, 2020
@jougs jougs changed the title Backport of #1416 to 2.20.1 Fix misuse of outdated variable that led to an impossible condition (backport) Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: High Should be handled next T: Bug Wrong statements in the code or documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants