[PATCH] insmod: Do not add a pair of "" around the arguments of the module.

Denys Vlasenko vda.linux at googlemail.com
Wed Aug 25 16:29:10 UTC 2010


On Tue, Aug 24, 2010 at 6:01 AM, Carmelo AMOROSO <carmelo.amoroso at st.com> wrote:
> If there are some spaces in the insmod command line, then
> this will be splitted in single words as separate elements of
> argv. It just needs to chain them together in the options string
> passed to the sys_init_module syscall.

Well, apparently there was a reason why it was done like this.
I guess old versions of module-init-tools did it too.

I added a comment which says _what version_ of module-init-tools
is observed to not quote params.

Applied, thanks!
-- 
vda


More information about the busybox mailing list