Michael Tokarev, mjt at tls dot msk dot ru writes:
authorEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 12:04:14 +0000 (12:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 12:04:14 +0000 (12:04 -0000)
commitba05e79815df6d521c39ce7d2dd7e495ccb6ef48
treec05c52cca51982bc97061056eb8ed1105eca66ee
parent3f47c453daa4509729fa8a54f58c0291099d01c4
Michael Tokarev, mjt at tls dot msk dot ru writes:

Initialize all fields of struct dep_t.
Without that, e.g. `busybox modprobe -v char-major-10-144' *sometimes*
fails this way (strace):

 write(1, "insmod    nvram `\213\f\10\n", 21) = 21

Note the garbage after module name which is taken from the m_options field,
which is not initialized in the alias reading/parsing part.
(Shell properly complains to this command, telling it can't find the
closing backtick)
modutils/modprobe.c