Bug #30163

var_dump recursion error

Added by Rens Admiraal almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-21
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-
Affected Flow version:

Description

If you dump an object which is in the blacklist of the debugger you have a chance on recursion since the actual dumped object is not checked against this array. For example the PersistenceManager. A dump of this object ends up in a memory exhausted error in PHP.

Associated revisions

Revision 01ffa9ce
Added by Rens Admiraal almost 4 years ago

[BUGFIX] Fix recursion error in \TYPO3\FLOW3\var_dump()

A var_dump of for example the PersistenceManager results in a memory
error. This happens because the dumped object is not checked against
the blacklisted class list.

Change-Id: Ia0ca989f67d3e3cc5919f9bc4a61c72b5db9a7bd
Resolves: #30163

History

#1 Updated by Mr. Hudson almost 4 years ago

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

#2 Updated by Rens Admiraal almost 4 years ago

  • Status changed from New to Under Review

#3 Updated by Rens Admiraal almost 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Applied in changeset commit:01ffa9ce3068e09ab1b771e366b30d17df5af997.

Also available in: Atom PDF