K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-05-13T22:17:11.242644Z K 7 svn:log V 228 loader: fix memory handling errors in module.c file_loadraw(): check for file_alloc() and strdup() results. we leak 'name'. mod_load() does leak 'filename'. mod_loadkld() does not need to check fp, file_discard() does check. END