checkkconfigsymbols: use arglist instead of cmd string
authorValentin Rothberg <valentinrothberg@gmail.com>
Sun, 28 Aug 2016 06:51:32 +0000 (08:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 28 Aug 2016 09:08:34 +0000 (11:08 +0200)
commit2f9cc12bb34a4a90f18839a5ce35e1e4d33d6413
tree0f342e14c3cb1fe8f634a2a94cd6c18489ee6a6a
parentef3f55438d95f0bfc5d4730db6e59058647832e2
checkkconfigsymbols: use arglist instead of cmd string

Splitting a command string could lead to unintended arguments.  Use an
argument list in the execute() function instead.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py