Closed
Bug 1170993
Opened 11 years ago
Closed 11 years ago
Manage socket buffers in sub-classes of |UnixSocketBuffer|
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
2.2 S14 (12june)
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(1 file)
|
8.41 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
In some places, such as [1], we need to copy data out of a socket buffer. We can probably avoid this by improving the buffer's memory management.
[1] https://dxr.mozilla.org/mozilla-central/source/ipc/ril/Ril.cpp#184
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8614649 -
Flags: review?(kyle)
| Assignee | ||
Comment 2•11 years ago
|
||
The patch is part of this push to try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cc6ccecd98a7
Updated•11 years ago
|
Attachment #8614649 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S14 (12june)
You need to log in
before you can comment on or make changes to this bug.
Description
•