mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
fix for a bug reported by deep_freeze@mail.ru (IndexError: list index out of range)
This commit is contained in:
@@ -348,6 +348,9 @@ class Dump:
|
||||
if column != "__infos__":
|
||||
info = tableValues[column]
|
||||
|
||||
if len(info["values"]) <= i:
|
||||
continue
|
||||
|
||||
value = getUnicode(info["values"][i])
|
||||
|
||||
if re.search("^[\ *]*$", value):
|
||||
|
||||
Reference in New Issue
Block a user