* miscfuncs.cc (check_invalid_virtual_addr): Assure the last page
in the range is always tested. Add appropriate const. * mmap.cc (mmap_record::aloc_fh): Remove unused static path_conf object.
This commit is contained in:
@@ -295,7 +295,6 @@ mmap_record::alloc_fh ()
|
||||
return &fh_paging_file;
|
||||
}
|
||||
|
||||
static path_conv pc; // should be thread safe - CGF
|
||||
/* The file descriptor could have been closed or, even
|
||||
worse, could have been reused for another file before
|
||||
the call to fork(). This requires creating a fhandler
|
||||
|
Reference in New Issue
Block a user