Bug 312382
| Summary: | [libpas] Disable tag-check-on-dealloc | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | bmalloc | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
rdar://174561714
This is causing some stability fallout due to callers attempting to free with a pointer that has the atag stripped, but since the check happens on the scavenge path we can't see what caller is doing so, so we need to disable while figuring out what allocation path doing this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/62828
EWS
Committed 311334@main (0bf7411f7988): <https://commits.webkit.org/311334@main>
Reviewed commits have been landed. Closing PR #62828 and removing active labels.