OSDN Git Service

matroskadec: Fix a bug where a pointer was cached to an array that might later move...
authorChris Evans <cevans@chromium.org>
Thu, 5 Jan 2012 20:19:30 +0000 (21:19 +0100)
committerReinhard Tartler <siretart@tauware.de>
Thu, 5 Jan 2012 20:21:57 +0000 (21:21 +0100)
commitfaaec4676cb4c7a2303d50df66c6290bc96a7657
treeb9d404dfcdddf86fe0f72e05ea99d38faf9ff7b5
parentce23b2af18485499303ac1ac3aa9226ed69b240f
matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc()

Fixes bug #190
Chromium bug #100492
related to CVE-2011-3893

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
libavformat/matroskadec.c