Michael Niedermayer <michaelni <at> gmx.at> writes: > + atom_end = bytestream2_tell(&s->g) + atom_size - 8; > + if (bytestream2_get_bytes_left(&s->g) < atom_size || > atom_end < atom_size) Could you explain what atom_end < atom_size is supposed to check? Carl Eugen