mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-24 07:20:52 +07:00
kmod - Linux kernel module handling
b1982674ae
When a module is removed and re-inserted without unrefing, the kmod_file is unconditionally re-opened. This results in a memory and file descriptor leak. Fix it by checking if the file is already open in kmod_module_insert_module(). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> |
||
---|---|---|
libkmod | ||
m4 | ||
man | ||
shared | ||
shell-completion/bash | ||
testsuite | ||
tools | ||
.gitignore | ||
.travis.yml | ||
autogen.sh | ||
bootstrap | ||
bootstrap-configure | ||
CODING-STYLE | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
TODO |