Project

General

Profile

Actions

Bug #25047

closed

input checking in t3lib_div::makeInstance is too narrow

Added by Björn Pedersen almost 14 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The input check does a strict string comparison. If NULL is passed, the result will be a reflection exception that is hard to trace instead of the "invalid argument exception" you would get for an empty string.

Solution: also check for NULL in the input check.

triggered by: http://forge.typo3.org/issues/13074
See also: http://bugs.typo3.org/view.php?id=15923
(issue imported from #M17602)

Actions #1

Updated by Mr. Hudson over 13 years ago

Patch set 1 of change Id7911229f90d1aa0f6ce5830a434bceb4ab61da5 has been pushed to the review server.
It is available at http://review.typo3.org/3446

Actions #2

Updated by Mr. Hudson over 13 years ago

Patch set 2 of change Id7911229f90d1aa0f6ce5830a434bceb4ab61da5 has been pushed to the review server.
It is available at http://review.typo3.org/3446

Actions #3

Updated by Mr. Hudson over 13 years ago

Patch set 3 of change Id7911229f90d1aa0f6ce5830a434bceb4ab61da5 has been pushed to the review server.
It is available at http://review.typo3.org/3446

Actions #4

Updated by Mr. Hudson over 13 years ago

Patch set 4 of change Id7911229f90d1aa0f6ce5830a434bceb4ab61da5 has been pushed to the review server.
It is available at http://review.typo3.org/3446

Actions #5

Updated by Björn Pedersen over 13 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF