Comment # 12
on bug 2992
from Michael Mann
(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.