View Issue Details

IDProjectCategoryView StatusLast Update
0009364Talermechant backendpublic2024-11-28 16:47
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
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

There are no notes attached to this issue.

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