Bug 227382
| Summary: | SourceBufferParserWebM::StreamingVectorReader returns an incorrect value for numActuallyRead | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar, Regression |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 218908 | ||
Jean-Yves Avenard [:jya]
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/79750832>
Jean-Yves Avenard [:jya]
This will be resolved in 226069.
*** This bug has been marked as a duplicate of bug 226069 ***