Use readdir_r in kmod_module_get_sections()

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