Bug #28833
closedINTincScript_process: array check too late
100%
Description
Found by reading:
$INTiS_key = 'INT_SCRIPT.'.substr($INTiS_cPart,0,32); $GLOBALS['TT']->push('Include '.$INTiS_config[$INTiS_key]['file'],''); $incContent=''; if (is_array($INTiS_config[$INTiS_key])) { $INTiS_cObj = unserialize($INTiS_config[$INTiS_key]['cObj']); /* @var $INTiS_cObj tslib_cObj */ $INTiS_cObj->INT_include=1;
$INTiS_config[$INTiS_key] is accessed as array (subkey ['file']) before the is_array check.
Updated by Björn Pedersen over 13 years ago
Additionally, the output is processed, even if uninitalized.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Susanne Moog over 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 7 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 8 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 9 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Mr. Hudson over 13 years ago
Patch set 10 of change Ia1355206b2a2e7bdc1cfa9b15402abb2ef3f36d5 has been pushed to the review server.
It is available at http://review.typo3.org/4215
Updated by Björn Pedersen over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b83105de788d45aa64c7b85879c30abba7b757ef.