]> git.ipfire.org Git - thirdparty/kmod.git/commit
Partially fix parsing of alias with dots
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 29 Jan 2012 17:22:09 +0000 (15:22 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 30 Jan 2012 22:05:33 +0000 (20:05 -0200)
commit9901cfe242596b88dd13e6f867269bd63162653d
tree61d142b83a4176d7a5f8cf01576039ada231707e
parent89e92487bc53cbb41c7d401d9a580b3009b2f711
Partially fix parsing of alias with dots

Alias names may contain dots. However since kmod_module_from_alias()
still calls kmod_module_new_from_name(), the bug is not entirely fixed,
and will be completely corrected in a later patch.
libkmod/libkmod-util.c
testsuite/rootfs.tar.xz