]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-install: strdup() kmod_module_get_name() string
authorHarald Hoyer <harald@redhat.com>
Tue, 23 Jan 2018 13:06:31 +0000 (14:06 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 23 Jan 2018 13:09:31 +0000 (14:09 +0100)
commit6c7776e34456b420344fee2cf279ae30413058e1
tree7cbbbc91ec7b701e54f8aac4aebd22d1cc6215ef
parentd7e3bf7abd5bf58a23495ea0559374af564c4a7a
dracut-install: strdup() kmod_module_get_name() string

otherwise it can't be used later on after freeing the context.

Should resolve https://bugzilla.redhat.com/show_bug.cgi?id=1536609
install/dracut-install.c