mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-15 10:42:27 +03:00
fixed a bug reported by Mosk Dmitri (infoMsg UnboundLocalError)
This commit is contained in:
parent
a588b2020b
commit
d8e5585c66
|
@ -319,6 +319,9 @@ Stuffe <stuffe.dk@gmail.com>
|
||||||
Sylphid <sylphid.su@sti.com.tw>
|
Sylphid <sylphid.su@sti.com.tw>
|
||||||
for suggesting some features
|
for suggesting some features
|
||||||
|
|
||||||
|
Mosk Dmitri <ya@darkbyte.ru>
|
||||||
|
for reporting a minor bug
|
||||||
|
|
||||||
|
|
||||||
== Organizations ==
|
== Organizations ==
|
||||||
|
|
||||||
|
|
|
@ -304,6 +304,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
conf.threadContinue = False
|
conf.threadContinue = False
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
infoMsg = None
|
||||||
# If we have got one single character not correctly fetched it
|
# If we have got one single character not correctly fetched it
|
||||||
# can mean that the connection to the target url was lost
|
# can mean that the connection to the target url was lost
|
||||||
if None in value:
|
if None in value:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user