View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009325 | GNUnet | util library | public | 2024-11-04 17:07 | 2024-11-05 09:16 |
Reporter | fefe | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 0.22.3 | ||||
Summary | 0009325: GNUNET_DNSPARSER_builder_add_mx: integer overflow | ||||
Description | 1105 if (*off + sizeof(uint16_t) > dst_len) 1106 return GNUNET_NO; off is a size_t* and comes in as function argument. If the caller was tricked, this could overflow. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-11-04 17:07 | fefe | New Issue | |
2024-11-04 19:26 | schanzen | Target Version | => 0.22.3 |
2024-11-05 09:16 | schanzen | Note Added: 0023664 | |
2024-11-05 09:16 | schanzen | Status | new => resolved |
2024-11-05 09:16 | schanzen | Resolution | open => fixed |
2024-11-05 09:16 | schanzen | Assigned To | => schanzen |