Minor update

This commit is contained in:
Miroslav Stampar 2012-10-25 13:37:33 +02:00
parent fdcdd11cb9
commit bcf708f4b1

View File

@ -634,7 +634,7 @@ def checkSuhoshinPatch(injection):
kb.injection = injection
randInt = randomInt()
_ = " " * SUHOSHIN_MAX_VALUE_LENGTH
_ = " " * SUHOSHIN_MAX_VALUE_LENGTH / 2
if not checkBooleanExpression("%d%s=%s%d" % (randInt, _, _, randInt)):
warnMsg = "parameter length constraint "
warnMsg += "mechanism detected (e.g. Suhoshin patch). "