Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2992] SDP must reject an offered stream if port is set to

Date: Mon, 11 Feb 2013 01:40:37 +0000

Comment # 12 on bug 2992 from
(In reply to comment #11)

You may need to provide more context.   Yes in line 1736
transport_info->media_count is set to -1, however it can't get to line 1906
with a negative value because it will fail at the for loop in line 1827, which
requires n to be positive.

There may be a memory leak with not freeing the payloads if media_count = -1,
but there won't be an errant array access.


You are receiving this mail because:
  • You are the assignee for the bug.
  • You are watching all bug changes.