From 235cc656b9e3ae78e15d68c48ef5ef88f9e6da80 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 25 Oct 2012 15:25:31 +0200 Subject: [PATCH] Fix for an Issue #224 --- 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 7d55b85f3..e51714482 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 / 2 + _ = " " * (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). "