RESOLVED FIXED312382
[libpas] Disable tag-check-on-dealloc
https://bugs.webkit.org/show_bug.cgi?id=312382
Summary [libpas] Disable tag-check-on-dealloc
Marcus Plutowski
Reported 2026-04-15 09:59:27 PDT
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
Marcus Plutowski
Comment 1 2026-04-15 10:43:32 PDT
EWS
Comment 2 2026-04-15 17:10:49 PDT
Committed 311334@main (0bf7411f7988): <https://commits.webkit.org/311334@main> Reviewed commits have been landed. Closing PR #62828 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.