Comment #4 on issue 7217 by [email protected]: Chrome: Crash Report -
Stack Signature:
disk_cache::BackendImpl::MatchEntry(std::basic_string<char,std::char_traits<char>,std::allocator<char>
> const &,unsigned int,bool)
http://code.google.com/p/chromium/issues/detail?id=7217
EntryImpl* BackendImpl::MatchEntry(const std::string& key, uint32 hash,
bool find_parent) {
Addr address(data_->table[hash & mask_]);
This crash is an access violation trying to go beyond the end of the table
(mask is
0x1ffff). Currently, there should not be more than 64k entries on the
table... and
even if somebody is forcing the max_size so that the table is bigger, mask_
is
derived from table_length_ so this *should* not happen.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---