Skip to content
Snippets Groups Projects
Commit 0c3581bb authored by Thomas Pronold's avatar Thomas Pronold Committed by Susanne Moog
Browse files

[BUGFIX] Fix wrongly used typecast in combination with ?? operator

The 'else' part would never be returned in this cases.

Used [a-zA-Z0-9]{3,}\)[^(]?\$.*\?\? to find the cases.
Care, this brings up false positives as well.

Resolves: #91154
Releases: master, 9.5
Change-Id: Ifdb0f75995543c3cc8abeb81aba52e935e9bf9a1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64270


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 208d3785
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