SIGN IN SIGN UP
sqlmapproject / sqlmap UNCLAIMED

Automatic SQL injection and database takeover tool

0 0 0 Python

fix logic bug (#5967)

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:
J
JerryJhird committed
86e4cd55fa5e00e99c72cd91c4b69b231d79a270
Parent: 3915f9f
Committed by GitHub <noreply@github.com> on 10/19/2025, 8:46:02 AM