View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008101 | Taler | exchange | public | 2024-01-17 16:33 | 2024-03-07 20:47 |
Reporter | fefe | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008101: csr_ok: integer truncation | ||||
Description | This is in exchange/src/lib/exchange_api_csr_melt.c: 89 unsigned int alen = json_array_size (arr); json_array_size returns a size_t, so alen should be size_t. 97 for (unsigned int i = 0; i<alen; i++) i should also be size_t. 119 for (unsigned int i = 0; i<alen; i++) and this i as well. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-17 16:33 | fefe | New Issue | |
2024-01-17 16:33 | fefe | Status | new => assigned |
2024-01-17 16:33 | fefe | Assigned To | => Christian Grothoff |
2024-01-17 19:32 | Christian Grothoff | Status | assigned => resolved |
2024-01-17 19:32 | Christian Grothoff | Resolution | open => fixed |
2024-01-17 19:32 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-01-17 19:32 | Christian Grothoff | Note Added: 0020900 | |
2024-01-17 19:32 | Christian Grothoff | Product Version | => git (master) |
2024-01-17 19:32 | Christian Grothoff | Target Version | => 0.9.4 |
2024-01-18 23:32 | Christian Grothoff | Relationship added | child of 0008112 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |