mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #3720
This commit is contained in:
parent
eb2e78b445
commit
b5e489f0f0
2 changed files with 2 additions and 2 deletions
|
|
@ -512,7 +512,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
|
||||
if ratio == 1.0:
|
||||
continue
|
||||
except MemoryError:
|
||||
except (MemoryError, OverflowError):
|
||||
pass
|
||||
|
||||
kb.prevFalsePage = falsePage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue