From bcf708f4b13d93a34dc43f19da8c4bda9bcfad3e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 25 Oct 2012 13:37:33 +0200 Subject: [PATCH] Minor update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 16573aa38..7d55b85f3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -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). "