mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
757b359923
The number of new arguments is (i + argc - 1) as it is set to *p_argc one line below. The correct location of NULL termination is new_argv[i + argc - 1]. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> |
||
---|---|---|
.. | ||
.gitignore | ||
COPYING | ||
depmod.c | ||
insert.c | ||
insmod.c | ||
kmod.c | ||
kmod.h | ||
log.c | ||
log.h | ||
lsmod.c | ||
Makefile | ||
modinfo.c | ||
modprobe.c | ||
remove.c | ||
rmmod.c | ||
static-nodes.c |