qtdemux: Increment current stts index in all code paths after reading one chunk
authorSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 05:52:33 +0000 (07:52 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 10:25:41 +0000 (12:25 +0200)
commit99d5d7570d0b53dad3bc8eb653b1320ee422aace
tree2448b7e919dc22de6c1b8edf4a0db2fd7097c4f5
parent41fa3fc4998f4369efdec55714eab4d9ec81b8f7
qtdemux: Increment current stts index in all code paths after reading one chunk

Otherwise we could read more chunks than there are available, doing an
out of bounds read and potentially crash.

https://bugzilla.gnome.org/show_bug.cgi?id=777469
gst/isomp4/qtdemux.c