This commit is contained in:
Miroslav Stampar
2019-05-27 13:03:25 +02:00
parent eb2e78b445
commit b5e489f0f0
2 changed files with 2 additions and 2 deletions

View File

@@ -512,7 +512,7 @@ def checkSqlInjection(place, parameter, value):
if ratio == 1.0:
continue
except MemoryError:
except (MemoryError, OverflowError):
pass
kb.prevFalsePage = falsePage