Closed
Bug 1841864
Opened 1 year ago
Closed 1 year ago
libwebrtc commit 4baea5b07f needs better size check for vector
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
video_stream_encoder.cc:1400 should use encoder_config_.simulcast_layers.size() rather than encoder_config_.number_of_streams
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mfroman
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/mozilla-central/rev/a7179d8d7531
upstream commit 4baea5b07f should properly check size of encoder_config_.simulcast_layers. r=jib
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•