ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

mkvmuxer::Segment::AddFrame() segfaults when passed an invalid track number. #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a frame using AddFrame() with a non-existent track number.

What is the expected output? What do you see instead?
AddFrame should probably return false. The program crashes because of a 
segfault.

Original issue reported on code.google.com by vigne...@google.com on 7 Nov 2013 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by tomfine...@google.com on 14 Jan 2014 at 7:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 07688c92d747.

Original comment by vigne...@google.com on 18 May 2014 at 7:51