Fix for an Issue #570

This commit is contained in:
Miroslav Stampar
2013-12-27 09:40:33 +01:00
parent 02de2aee6d
commit 7718edac9b
2 changed files with 16 additions and 12 deletions

View File

@@ -99,6 +99,9 @@ BACKDOOR_RUN_CMD_TIMEOUT = 5
# Maximum number of techniques used in inject.py/getValue() per one value
MAX_TECHNIQUES_PER_VALUE = 2
# In case of missing piece of partial union dump, buffered array must be flushed after certain size
MAX_BUFFERED_PARTIAL_UNION_LENGTH = 1024
# Suffix used for naming meta databases in DBMS(es) without explicit database name
METADB_SUFFIX = "_masterdb"