View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007602 | CTT UA Scripts | 1 - Script Issue | public | 2022-01-18 12:07 | 2022-09-09 15:58 |
Reporter | Elliot Gawthrop | Assigned To | Yannik Klaass | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.03.501 | ||||
Summary | 0007602: GetReferenceTypeSubtypes incorrectly protects against stack overflow - preventing test case from running | ||||
Description | The GetReferenceTypeSubtypes function inside ViewServiceSet/Browse/get_references.js attempts to protect against a stack-overflow by incrementing a This has been implemented incorrectly as line 280 calls Instead of | ||||
Steps To Reproduce |
| ||||
Additional Information | The node under test has references | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Files Affected | |||||
|
from the description of the issue, this appears to be a valid issue, with a valid suggested solution, but the code will have to be checked. |
|
Code checked with suggested solution, which is correct. Changed '++level' to 'level + 1'. |
|
review changes in call, agreed to updates and closed |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-01-18 12:07 | Elliot Gawthrop | New Issue | |
2022-01-18 12:07 | Elliot Gawthrop | File Added: References.png | |
2022-02-24 15:52 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2022-02-24 15:52 | Paul Hunkar | Status | new => assigned |
2022-02-24 15:54 | Paul Hunkar | Note Added: 0016091 | |
2022-08-02 20:04 | Paul Hunkar | Project | Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts |
2022-09-05 13:21 | Yannik Klaass | Assigned To | Alexander Allmendinger => Yannik Klaass |
2022-09-05 13:21 | Yannik Klaass | Status | assigned => resolved |
2022-09-05 13:21 | Yannik Klaass | Resolution | open => fixed |
2022-09-05 13:21 | Yannik Klaass | Note Added: 0017519 | |
2022-09-09 15:58 | Paul Hunkar | Status | resolved => closed |
2022-09-09 15:58 | Paul Hunkar | Fixed in Version | => 1.03.501 |
2022-09-09 15:58 | Paul Hunkar | Note Added: 0017595 |