Actions
Bug #86599
closedPHP Warning when calling /?eID=dumpFile
Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2018-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Remote Sprint
Description
In /typo3/sysext/core/Classes/Controller/FileDumpController.php:57
a null value may be passed to the hash_equals
function if no token
parameter is given.
Steps to reproduce:
Open https://yoursite.tld/?eID=dumpFile
PHP Warning: hash_equals(): Expected user_string to be a string, null given in /var/www/public/typo3/sysext/core/Classes/Controller/FileDumpController.php line 57
Actions