Merge pull request #3878

5a412b7 disable file size sanity check when loading the wallet cache (moneromooo-monero)
This commit is contained in:
luigi1111
2018-06-19 12:57:59 -05:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3794,7 +3794,7 @@ void wallet2::load(const std::string& wallet_, const epee::wipeable_string& pass
{
wallet2::cache_file_data cache_file_data;
std::string buf;
bool r = epee::file_io_utils::load_file_to_string(m_wallet_file, buf);
bool r = epee::file_io_utils::load_file_to_string(m_wallet_file, buf, std::numeric_limits<size_t>::max());
THROW_WALLET_EXCEPTION_IF(!r, error::file_read_error, m_wallet_file);
// try to read it as an encrypted cache