From: Burkhard P. <bur...@ig...> - 2015-03-20 10:09:43
|
Hi, Am 19.03.2015 um 20:58 schrieb Balázs Oroszi: [...] > > I've attached a trivial patch to add the padding also when any user > atom is present, and I've verified with my own QuickTime components, > that MOV files generated this way no longer crash when using the > CountImageDescriptionExtensionType() function. Applied. Now Apple needs to fix the QuickTime components so they don't crash on broken files :) And as I said several times already: These termination bytes are unnecessary, because the total size of the parent atom is always known. The more such redundancies a fileformat has, the more potential security holes you'll have in the parser. Burkhard |