We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5579685
Linux
I've been having a hard time reducing a test case, the test case crashes my remote desktop connection.
Reviewing the code a bit suggests that maybe this line is responsible
int count = 0, iter = 0; while (1) { iter++; int n = autoname_worker(module, wire_score); if (!n) break; count += n; }
Not get stuck in a loop
Autoname gets stuck in a loop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
5579685
On which OS did this happen?
Linux
Reproduction Steps
I've been having a hard time reducing a test case, the test case crashes my remote desktop connection.
Reviewing the code a bit suggests that maybe this line is responsible
Expected Behavior
Not get stuck in a loop
Actual Behavior
Autoname gets stuck in a loop.
The text was updated successfully, but these errors were encountered: