View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009364 | Taler | mechant backend | public | 2024-11-28 16:47 | 2024-12-13 19:15 |
Reporter | fefe | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009364: TMH_accounts_array_valid: unsigned int -> size_t | ||||
Description | 100 size_t len; 107 len = json_array_size (accounts); 108 for (size_t i = 0; i<len; i++) 146 for (unsigned int j = 0; j<i; j++) This should be a size_t as well. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-11-28 16:47 | fefe | New Issue | |
2024-11-28 16:47 | fefe | Status | new => assigned |
2024-11-28 16:47 | fefe | Assigned To | => Christian Grothoff |
2024-11-28 19:48 | Christian Grothoff | Status | assigned => resolved |
2024-11-28 19:48 | Christian Grothoff | Resolution | open => fixed |
2024-11-28 19:48 | Christian Grothoff | Fixed in Version | => 0.14 |
2024-11-28 19:48 | Christian Grothoff | Note Added: 0023770 | |
2024-11-28 19:48 | Christian Grothoff | Target Version | => 0.14 |
2024-12-13 19:15 | Christian Grothoff | Status | resolved => closed |