Open
Bug 1953507
Opened 5 days ago
Updated 5 days ago
sdp_parse Accepts Malformed SDP
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: daniel.l, Unassigned)
References
Details
Steps to reproduce:
The sdp_parse
function from third_party/sipcc accepts the malformed SDP referenced in Bug 1953506. Based on my understanding, it should reject this SDP because it lacks the required a=rtpmap
attribute for payload types 126 and 97.
You need to log in
before you can comment on or make changes to this bug.
Description
•