Skip to content

Conversation

@dvyukov
Copy link
Collaborator

@dvyukov dvyukov commented Apr 2, 2025

When running in debug mode, mgr.vmPool.Count()-mgr.cfg.FuzzingVMs can become negative even for a valid config since we reduce number of VMs to 1.
NewReproLoop panics when VM count argument is negative since it passes it to make chan.
Cap number of repro VMs at 0.

When running in debug mode, mgr.vmPool.Count()-mgr.cfg.FuzzingVMs
can become negative even for a valid config since we reduce
number of VMs to 1.
NewReproLoop panics when VM count argument is negative
since it passes it to make chan.
Cap number of repro VMs at 0.
@dvyukov dvyukov enabled auto-merge April 2, 2025 11:23
@dvyukov dvyukov added this pull request to the merge queue Apr 2, 2025
@a-nogikh a-nogikh removed this pull request from the merge queue due to a manual request Apr 2, 2025
@a-nogikh a-nogikh added this pull request to the merge queue Apr 2, 2025
Merged via the queue into google:master with commit b0cc480 Apr 2, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants