Closed
Bug 743885
Opened 13 years ago
Closed 13 years ago
Fix an OOM handling error in HashTable
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: terrence, Assigned: terrence)
Details
Attachments
(1 file, 1 obsolete file)
938 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
When I split out checkOverloaded I changed the call to changeTableSize to match that in checkUnderloaded, which ignores the result. This is wrong.
Attachment #613455 -
Flags: review?(luke)
![]() |
||
Comment 1•13 years ago
|
||
Comment on attachment 613455 [details] [diff] [review]
v0
Could you:
return changeTableSize(deltaLog2);
Attachment #613455 -
Flags: review?(luke) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #613455 -
Attachment is obsolete: true
Attachment #613468 -
Flags: review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•