diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-04-15 05:53:48 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-04-15 06:01:23 +0200 |
commit | b9cc4489c68de59f7a38ef4e02a9829465a6a544 (patch) | |
tree | 7c41d3c24c1144146a8da03b04016235347fdb24 /scripts | |
parent | modpost: document the use of struct section_check. (diff) | |
download | linux-b9cc4489c68de59f7a38ef4e02a9829465a6a544.tar.xz linux-b9cc4489c68de59f7a38ef4e02a9829465a6a544.zip |
params: handle quotes properly for values not of form foo="bar".
When starting kernel with arguments like:
init=/bin/sh -c "echo arguments"
the trailing double quote is not removed which results in following command
being executed:
/bin/sh -c 'echo arguments"'
Reported-by: Arthur Gautier <baloo@gandi.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions