Re: modprobe_path & hotplug_path

From: Brian Gerst
Date: Sat May 22 2004 - 17:14:51 EST


Vadim Lobanov wrote:
Hi,

Just wanted to inquire about something curious that I saw in the kernel subtree...

Currently modprobe_path and hotplug_path are declared as "char ...[256]", though it seems to me (unless I've missed something), that they only ever hold "/sbin/modprobe" and "/sbin/hotplug", respectively. Any reason why we couldn't simply declare them "char ...[]", and let them be sized appropriately?

Let me know if I've missed something.

Thanks,
Vadim Lobanov

Because userspace can change them.

--
Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/