checkkconfigsymbols.py: avoid shell injection
authorValentin Rothberg <valentinrothberg@gmail.com>
Sat, 27 Aug 2016 08:59:07 +0000 (10:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Aug 2016 09:44:01 +0000 (11:44 +0200)
commitf175ba174ef3cb8c26e828c710e4e3b0f2bbbf55
treea328628294db949c1099a57f9317e4184fd44122
parent4c73c0882b34d0383ff417e2d66c127f848cfe06
checkkconfigsymbols.py: avoid shell injection

Use subprocess and set shell to False to avoid potential shell
injections.

Reported-by: Bernd Dietzel <tcpip@t-online.de>
Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/checkkconfigsymbols.py