K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-04-07T12:20:17.154513Z K 7 svn:log V 351 loader: mod_loadkld() error: we previously assumed 'last_file' could be null The last_file variable is used to reset the loadaddr variable back to original value; however, it is possible the last_file is NULL, so we can not blindly trust it. But then again, we can just save the original loadaddr and use the saved value for recovery. MFC after: 1w END