Bug 310521
| Summary: | StringParsingBuffer's operator+=() should not take in a signed integer type | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
StringParsingBuffer's operator+=() should not take in a signed integer type. It currently takes in a signed integer (int) and then relies on `advanceBy()` internally which takes in an unsigned integer (size_t).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/61152
EWS
Committed 309754@main (062cc0d673db): <https://commits.webkit.org/309754@main>
Reviewed commits have been landed. Closing PR #61152 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/173144786>