View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004730 | Taler | exchange | public | 2016-10-13 20:59 | 2021-09-02 18:14 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | high | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 0.1 | ||||
Target Version | 0.2 | Fixed in Version | 0.2 | ||
Summary | 0004730: refresh can trigger ERROR Assertion failed at taler-exchange-httpd_db.c:936. | ||||
Description | Values aren't sufficiently validated before passing them on to the DB layer. This kills the exchange ... | ||||
Tags | No tags attached. | ||||
|
Actually, the assertion was slightly wrong (should have checked against GNUNET_SYSERR, not for GNUNET_OK, as GNUNET_NO is an acceptable value). This was not input validation, as the invariant holds based on data present at the exchange. Fixed in b1afd5e..ecce56c |
|
Fix committed to master branch. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-13 20:59 | Florian Dold | New Issue | |
2016-10-13 20:59 | Florian Dold | Status | new => assigned |
2016-10-13 20:59 | Florian Dold | Assigned To | => Christian Grothoff |
2016-10-14 01:45 | Christian Grothoff | Note Added: 0011323 | |
2016-10-14 01:45 | Christian Grothoff | Status | assigned => resolved |
2016-10-14 01:45 | Christian Grothoff | Fixed in Version | => 0.2 |
2016-10-14 01:45 | Christian Grothoff | Resolution | open => fixed |
2016-10-14 01:45 | Christian Grothoff | Product Version | => 0.1 |
2016-10-14 01:45 | Christian Grothoff | Target Version | => 0.2 |
2016-11-20 03:26 | Christian Grothoff | Status | resolved => closed |
2021-09-02 18:13 | Christian Grothoff | Changeset attached | => Taler-exchange master 6987837f |
2021-09-02 18:14 | Christian Grothoff | Note Added: 0018305 |