Skip to content
Snippets Groups Projects
Commit 4ffde6f4 authored by Oliver Hader's avatar Oliver Hader Committed by Benjamin Franzke
Browse files

[BUGFIX] Correctly calculate bit-masks in JavaScriptModuleInstruction

Method JavaScriptModuleInstruction::addFlags used plain arithmetic
calculation on bit-masks. In case corresponding flags were just
given once, that would not have lead to problems. However, enabling
the same bits multiple times would have lead to side-effects
like disabling the added bit or enabling others.

Resolves: #96662
Releases: main, 11.5
Change-Id: Id4d61884b116b07891ac99d0cc2814969529b7fa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73164


Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent e8120972
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment