]> git.ipfire.org Git - thirdparty/dracut.git/commit
install: string_hash_func should not be fed with NULL
authorLukas Nykryn <lnykryn@redhat.com>
Thu, 14 Feb 2019 19:18:04 +0000 (20:18 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 15 Feb 2019 07:52:58 +0000 (08:52 +0100)
commitfc141f22869bad2e5409d1cc555c1a42ea738343
tree4d60b74d2608f8a1e3b2a82ba8d8d327ab495478
parent0d08f43d7137e10cbbf7390809c4659128f8a2ea
install: string_hash_func should not be fed with NULL

If kmod_module_get_path returns NULL, we should skip that entry,
the hash function does not like NULL pointers.
install/dracut-install.c