RESOLVED DUPLICATE of bug 226069227382
SourceBufferParserWebM::StreamingVectorReader returns an incorrect value for numActuallyRead
https://bugs.webkit.org/show_bug.cgi?id=227382
Summary SourceBufferParserWebM::StreamingVectorReader returns an incorrect value for ...
Jean-Yves Avenard [:jya]
Reported 2021-06-24 17:45:01 PDT
In SourceBufferParserWebM::StreamingVectorReader::Read the number of bytes actually read should be returned to the caller via the out parameter numActuallyRead. However, this only returns the number of bytes read on currentSegment ; it's not incremented after each loop.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-06-24 17:45:39 PDT
Jean-Yves Avenard [:jya]
Comment 2 2021-06-30 04:08:13 PDT
This will be resolved in 226069. *** This bug has been marked as a duplicate of bug 226069 ***
Note You need to log in before you can comment on or make changes to this bug.