From b9844f2ca9de23862a57764d649d58f93e365382 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 12 Feb 2013 00:37:56 +0200 Subject: [PATCH] fixme note --- runtests/runtests.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtests/runtests.js b/runtests/runtests.js index 77f31f80..77123fbb 100644 --- a/runtests/runtests.js +++ b/runtests/runtests.js @@ -164,6 +164,9 @@ function executeTest(options, callback) { } } + /* FIXME: use child_process.spawn(); we don't currently escape command + * line parameters which is risky. + */ cmd = []; if (options.valgrind) { tempVgxml = mkTempName();