Xiaohan Wang 51dd54c51a matroskadec: Fix read-after-free in matroska_read_seek()
In matroska_read_seek(), |tracks| is assigned at the begining of the
function. However, functions like matroska_parse_cues() could reallocate
the tracks and invalidate |tracks|.

This assigns |tracks| only before using it, so that it will not get
invalidated elsewhere.

Bug-Id: chromium/427266
2015-01-27 14:36:34 +00:00
2012-01-21 12:04:02 +02:00
2013-01-03 15:20:12 +01:00
2014-08-09 04:01:15 +02:00
2013-01-03 15:30:45 +01:00
2011-03-16 21:54:39 +01:00
2011-04-07 02:54:12 +02:00
2013-01-03 15:30:45 +01:00
2013-01-03 15:30:45 +01:00
2014-09-10 12:43:08 -07:00

Libav README
------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%