View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003550 | GNUnet | util library | public | 2014-10-09 04:09 | 2018-06-07 00:25 |
| Reporter | amatus | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.11.0pre66 | Fixed in Version | 0.11.0pre66 | ||
| Summary | 0003550: Possible integer overflow parsing metadata container. | ||||
| Description | uint32_t ic; uint32_t dataSize; ... ic = ntohl (hdr.entries); dataSize = ntohl (hdr.size); if ((sizeof (struct MetaDataEntry) * ic) > dataSize) { GNUNET_break_op (0); return NULL; } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-10-09 04:09 | amatus | New Issue | |
| 2014-10-09 16:10 | Christian Grothoff | Note Added: 0008607 | |
| 2014-10-09 16:10 | Christian Grothoff | Status | new => resolved |
| 2014-10-09 16:10 | Christian Grothoff | Fixed in Version | => 0.11.0pre66 |
| 2014-10-09 16:10 | Christian Grothoff | Resolution | open => fixed |
| 2014-10-09 16:10 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2014-10-09 16:10 | Christian Grothoff | Target Version | => 0.11.0pre66 |
| 2018-06-07 00:25 | Christian Grothoff | Status | resolved => closed |