Changes between Initial Version and Version 1 of Ticket #8001, comment 2
- Timestamp:
- Jul 6, 2019, 4:31:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8001, comment 2
initial v1 1 1 Regression since a569a7b3bb017315b954ca686e1e8add05f07f09 2 2 An overflow happened in "res = avio_skip(pb, length);" if the new position was >= 2 GB and < 4 GB etc. because res is an just an int. This happens when there are elements to be skipped, like the CRC-32 elements that our Matroska muxer adds by default; files created by mkvmerge don't have such elements, which explains the result of your further investigation. 3 This line has been changed in ff5ea59f7b05cb4d37ba9e2c3ee383ff24a10ae0, but the overflow is still there. 3 This line has been changed in ff5ea59f7b05cb4d37ba9e2c3ee383ff24a10ae0, too, but the overflow is still there. 4 4 5 Sorry for this.


