Actions
Bug #78858
closedBackendUtility::explodeSoftRefParserList(): $parserList may be null
Start date:
2016-12-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
The method BackendUtility::explodeSoftRefParserList()
has a guard that checks for $parserList
being an empty string. This is not quite correct, as $parserList is null in that case.
Updated by Andreas Kienast almost 8 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review almost 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50838
Updated by Anja Leichsenring almost 8 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50838
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50841
Updated by Andreas Fernandez almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7f919f5f047ba9622ce791558a5b9be9b0990cde.
Actions