View Issue Details

IDProjectCategoryView StatusLast Update
0007610Talermechant backendpublic2024-01-12 14:04
Reportersebasjm Assigned ToPriscilla Huang  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007610: merchant expect image_data field when patching and crash when is not there
Descriptioncurl 'https://merchant-backend.taler.ar/instances/default/private/templates/beer' -X 'PATCH' -H 'Authorization: Bearer secret-token:super_secret' -d '{"template_description":"do you wanna some beer?","template_contract":{"minimum_age":0,"pay_duration":{"d_us":1800000000},"summary":"here is some beer","amount":"ARS:1"},"id":"beer"}'

Thread 1 "taler-merchant-" received signal SIGSEGV, Segmentation fault.
0x0000563edd58b135 in TMH_image_data_url_valid (image_data_url=0x0) at taler-merchant-httpd_helper.c:297
297 if (0 == strcmp (image_data_url,
TagsNo tags attached.

Activities

Christian Grothoff

2023-02-17 17:59

manager   ~0019868

Was this one not already fixed? Priscilla, did you not fix the crash? (Yes, we renamed the field now to pos_key, but I thought at least the crash was already fixed...).

Christian Grothoff

2023-02-19 10:42

manager   ~0019878

She said it was fixed, code looks fixed. Don't know why this was not marked as resolved.

Issue History

Date Modified Username Field Change
2023-01-27 13:12 sebasjm New Issue
2023-01-27 13:12 sebasjm Status new => assigned
2023-01-27 13:12 sebasjm Assigned To => Christian Grothoff
2023-01-27 13:16 Christian Grothoff Assigned To Christian Grothoff => Priscilla Huang
2023-02-17 17:56 Florian Dold Target Version 0.9.2 => 0.9.3
2023-02-17 17:59 Christian Grothoff Note Added: 0019868
2023-02-19 10:42 Christian Grothoff Status assigned => resolved
2023-02-19 10:42 Christian Grothoff Resolution open => fixed
2023-02-19 10:42 Christian Grothoff Fixed in Version => 0.9.2
2023-02-19 10:42 Christian Grothoff Note Added: 0019878
2023-02-19 10:42 Christian Grothoff Target Version 0.9.3 => 0.9.2
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend