Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 68505be6c8c454b832cc0d8d199fa50e48cd894b
      
https://github.com/WebKit/WebKit/commit/68505be6c8c454b832cc0d8d199fa50e48cd894b
  Author: Marcus Plutowski <[email protected]>
  Date:   2026-02-04 (Wed, 04 Feb 2026)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_bitfit_page_inlines.h
    M Source/bmalloc/libpas/src/libpas/pas_mte_config.h

  Log Message:
  -----------
  [libpas] Fix and re-enable retag-on-scavenge
https://bugs.webkit.org/show_bug.cgi?id=305435
rdar://165772439

Reviewed by Dan Hecht

Previously, we were doing the tag-writes outside of the mutex which
guards the allocation metadata; this was unsafe since it also takes
place strictly after the slot is returned to use, so it's possible for
the memory to be re-allocated while we're tagging it.

Canonical link: https://commits.webkit.org/306782@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to