View Issue Details

IDProjectCategoryView StatusLast Update
0009364Talermechant backendpublic2024-11-28 19:48
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version0.14Fixed in Version0.14 
Summary0009364: 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.
TagsNo tags attached.

Activities

Christian Grothoff

2024-11-28 19:48

manager   ~0023770

Fixed in ef4b5b19..fab120fc

Issue History

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