Bug 246746
| Summary: | [WTF] MediaTime: compute flags on multiplication with doubles | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | Web Template Framework | Assignee: | Alicia Boya García <aboya> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
[WTF] MediaTime: compute flags on multiplication with doubles
value without updating the flags. This becomes a problem if the
multiplication promotes the number to infinity.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alicia Boya García
Pull request: https://github.com/WebKit/WebKit/pull/5538
Alicia Boya García
Fixed description:
The current multiplication algorithm in WTF::MediaTime updates the time
value without updating the flags. This becomes a problem if the
multiplication promotes the number to infinity.
EWS
Committed 255767@main (c020c7e213d8): <https://commits.webkit.org/255767@main>
Reviewed commits have been landed. Closing PR #5538 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/101358049>