Closed
Bug 800512
Opened 12 years ago
Closed 6 years ago
outLen is uninitialized if Push() returns -1 (asynchronous mode) in Resampler::Insert() (webrtc.org code)
Categories
(Core :: WebRTC: Audio/Video, defect, P4)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
WORKSFORME
backlog | webrtc/webaudio+ |
People
(Reporter: jesup, Unassigned)
References
Details
Assigned value is garbage or undefined media /webrtc/trunk/src/common_audio/resampler/resampler.cc 1050
Insert() is not checking the result of Push(), which can fail and return -1 without setting outLen.
I don't know if the resampler is actually used in async mode.
This is an upstream issue for webrtc.org.
Reporter | ||
Comment 1•12 years ago
|
||
Also line 1038
Updated•12 years ago
|
Priority: -- → P3
Whiteboard: [WebRTC], [blocking-webrtc-]
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
Whiteboard: [WebRTC], [blocking-webrtc-]
Comment 3•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment 4•6 years ago
|
||
This seems to have been fixed some time ago.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•