Add protection to not access is_open() without LOCK_log mutex
Protection added to reopen_file() and new_file_impl(). Without this we could get an assert in fn_format() as name == 0, because the file was closed and name reset, atthe same time new_file_impl() was called.
Showing
Please register or sign in to comment