Use readdir_r in kmod_module_get_holders()

readdir() is not thread-safe. Use readdir_r instead.
1 file changed