Skip to content

Conversation

@jerryjhird
Copy link
Contributor

the thread finalization loop used a reversed comparison, causing the wait loop to be skipped immediately:

this change reverse the comparison so it will wait while there are active threads and elapsed time is less than the configured THREAD_FINALIZATION_TIMEOUT:

The thread-finalization loop used a reversed comparison, causing the
wait loop to be skipped immediately:

this change reverse the comparison so it will wait while there are
active threads and elapsed time is less than the configured
THREAD_FINALIZATION_TIMEOUT:
@stamparm stamparm merged commit 86e4cd5 into sqlmapproject:master Oct 19, 2025
@stamparm
Copy link
Member

thx :)

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