kmodloader: lift restriction on module alias info
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 30 Aug 2017 11:32:43 +0000 (13:32 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 31 Aug 2017 11:45:04 +0000 (13:45 +0200)
commitf346111d733671a03b49fe56cf1616723fc63974
treebc9794cbf00ce92265ba8de73dae43fb07990399
parentf1ef2c311d5bc4d0e1bae60df774899db5611cc9
kmodloader: lift restriction on module alias info

kmodloader has a restriction of storing only 32 aliases for a given
module; as modules can have easily more than 32 aliases let's remove
the restriction by using a dynamic allocation mechanism when retrieving
the aliases.
While at it also check the get_module_info return value setting an error
code in case NULL is returned.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
kmodloader.c