[TIMOB-13208] CodeProcessor: Indirect infinite loops are not detected
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-03-26T01:46:14.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | Release 3.1.0, 2013 Sprint 07 JS, 2013 Sprint 07 |
| Components | Code Processor |
| Labels | qe-devCheck |
| Reporter | Bryan Hughes |
| Assignee | Praveen Innamuri |
| Created | 2013-03-25T23:19:22.000+0000 |
| Updated | 2017-03-09T00:34:49.000+0000 |
Description
It's possible to create an infinite loop of sorts using circular-calling functions that are not infinitely recursive (or recursive at all). To solve this, a generic cycle detector should be implemented.
Closing ticket as fixed.