Toomas Soome b17868a211 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.
2019-05-13 22:17:11 +00:00
..
2018-02-26 03:16:47 +00:00
2018-04-27 22:15:18 +00:00
2019-05-09 12:14:52 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2019-02-04 21:28:25 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2018-08-15 11:39:13 +00:00
2018-12-03 17:51:10 +00:00
2018-07-08 07:42:49 +00:00
2017-12-02 00:06:58 +00:00