Project

General

Profile

Actions

Bug #101692

closed

PHP process on the server to get full cpu load (one core) by mistake in f:if condition

Added by Heiko Dietrich 12 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2023-08-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

The following fluid-Script has a mistake in the condition. The closing-quote ' behind the second 'a' is missing!

<f:if condition="'a' == 'a" />

This faulty condition causes the PHP process on the server to get full cpu load (one core) and can't finalize the php process. It could be an infinite loop in which the condition parser gets caught.

Actions

Also available in: Atom PDF