View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007306 | Compliance Test Tool (CTT) Unified Architecture | 2 - CTT Binary | public | 2021-09-24 09:06 | 2021-09-27 15:27 |
Reporter | Alexander Allmendinger | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.341.398 | ||||
Fixed in Version | 1.03.341.398 | ||||
Summary | 0007306: getArraySize does not work for arrays of Bytes | ||||
Description | Due to Part 6 the CTT probably will receive a ByteString instead of an Array of Byte when reading such. But the getArraySize does only work for arrays and needs to be extended to return the length of the ByteString in case this is returned when looking at an Array of Byte. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
For the case we do get a scalar ByteString instead of the expected ByteArray we need to return the length of the ByteString instead of the size of the Array. This function will now return the length when being called on a Scalar ByteString. |
|
Review updated, agreed to change, closed |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-09-24 09:06 | Alexander Allmendinger | New Issue | |
2021-09-24 11:35 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2021-09-24 11:35 | Paul Hunkar | Status | new => assigned |
2021-09-24 11:41 | Alexander Allmendinger | Status | assigned => resolved |
2021-09-24 11:41 | Alexander Allmendinger | Resolution | open => fixed |
2021-09-24 11:41 | Alexander Allmendinger | Fixed in Version | => 1.03.341.398 |
2021-09-24 11:41 | Alexander Allmendinger | Note Added: 0014996 | |
2021-09-27 15:27 | Paul Hunkar | Status | resolved => closed |
2021-09-27 15:27 | Paul Hunkar | Note Added: 0015020 |