On Mon, Jul 02, 2018 at 09:55:08AM -0700, Jacob Trimble wrote: > On Mon, Jun 25, 2018 at 10:59 AM Jacob Trimble <modma...@google.com> wrote: > > > > Rebased and updated to handle multiple PSSH atoms. PTAL. > > > > On Tue, Jan 9, 2018 at 10:28 AM Jacob Trimble <modma...@google.com> wrote: > >> > >> On Mon, Jan 8, 2018 at 5:23 PM, Carl Eugen Hoyos <ceffm...@gmail.com> > >> wrote: > >> > 2018-01-09 0:22 GMT+01:00 Jacob Trimble > >> > <modmaker-at-google....@ffmpeg.org>: > >> > > >> >> Updated with the new design for the side data and applied the realloc > >> >> fix to avoid large allocations. > >> > > >> >> + kid_count = avio_rb32(pb); > >> > > >> > Missing check here ... > >> > > >> >> + for (; i < kid_count && !pb->eof_reached; i++) { > >> >> + unsigned int min_kid_count = FFMIN(FFMAX(i, 1024), > >> >> kid_count); > >> >> + key_ids = av_fast_realloc(info->key_ids, &alloc_size, > >> > > >> >> + min_kid_count * > >> >> sizeof(*key_ids)); > >> > > >> > ... for an overflow here. > >> > >> Done > >> > >> > > >> > Thank you, Carl Eugen > >> > _______________________________________________ > >> > ffmpeg-devel mailing list > >> > ffmpeg-devel@ffmpeg.org > >> > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > Ping.
will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel