kmodloader: initialize module folders in insmod
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 21:17:31 +0000 (22:17 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 21:17:34 +0000 (22:17 +0100)
commit96aa9306d5cc7ebb804ee27f1a920dbd7ef83c17
tree08879354b0e2d83003a172a36199616086061198
parent1dce0407268937cdf37b9c0643632e6c31f5792a
kmodloader: initialize module folders in insmod

Fixes a segmentation fault in 'insmod' operation mode, due to uninitialized
path list.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
kmodloader.c