View Issue Details

IDProjectCategoryView StatusLast Update
0008101Talerexchangepublic2024-03-07 20:47
Reporterfefe Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008101: csr_ok: integer truncation
DescriptionThis 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.
TagsNo tags attached.

Relationships

child of 0008112 assignedfefe Merchant security review 

Activities

Christian Grothoff

2024-01-17 19:32

manager   ~0020900

Fixed in cd786679..91969f18

Issue History

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