Closed
Bug 1660050
Opened 5 years ago
Closed 5 years ago
Add NS_QuickSort to the prefix list
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sg, Assigned: willkg)
Details
Attachments
(1 file)
It's unlikely there's a defect in NS_QuickSort itself, but it may be used on a bad array or with a bad comparator. It should be added to the prefix list, so
[@ nsTArray_Impl<T>::Compare<T> | NS_QuickSort ] would become [@ nsTArray_Impl<T>::Compare<T> | NS_QuickSort | mozilla::net::CacheIndex::FrecencyArray::SortIfNeeded] e.g. on https://crash-stats.mozilla.org/report/index/5d03fc2c-7d26-45a5-bbec-c4c760200819
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
This deployed in bug #1662207. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•