• CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')

Das Produkt enthält eine Iteration oder Schleife mit einer Austrittsbedingung, die nicht erreichbar ist, d.h. eine unendliche Schleife (infinite loop).

CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')

CWE ID: 835
Name: Loop with Unreachable Exit Condition (‘Infinite Loop’)

Beschreibung

Das Produkt enthält eine Iteration oder Schleife mit einer Austrittsbedingung, die nicht erreichbar ist, d.h. eine unendliche Schleife (infinite loop).