Skip to content

fixup! Bug 1832832 - protect encoder accesses in Java callbacks....

Merge Info

  • Related Issues

    • tor-browser#41805
  • Backport Timeline

    • Immediate - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build)
    • Next Minor Stable Release - patchset that needs to be verified in nightly before backport
    • Eventually - patchset that needs to be verified in alpha before backport
    • No Backport - patchset for the next major stable
  • Upstream Merging

    • Merge to base-browser - typically for !fixups to patches in the base-browser branch, though sometimes new patches as well
      • NOTE: if your changeset includes patches to both base-browser and tor-browser please please make separate merge requests for each part
  • Issue Tracking

Change Description

MOZ_GUARDED_BY is just GUARDED_BY back in esr102 (see https://searchfox.org/mozilla-central/source/mfbt/ThreadSafety.h versus in-branch version). Apply a fixup!for the old macro in the fix.

Merge request reports