From 49145b847881483a79657f025b16cbb0dfba3924 Mon Sep 17 00:00:00 2001 From: hayoung13 <44959615+hayoung13@users.noreply.github.com> Date: Mon, 21 Jan 2019 15:30:31 +0900 Subject: [PATCH] Update cwe.js --- cwe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwe.js b/cwe.js index bb09a12..376d570 100644 --- a/cwe.js +++ b/cwe.js @@ -60,7 +60,7 @@ } function CWE_670(x) { // STRAY_SEMICOLON - while (++x <= 10) ; + while (++x >= 10) ; { sum += x; }