View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002295 | GNUnet | util library | public | 2012-05-02 15:14 | 2012-06-02 19:15 |
| Reporter | Matthias Wachs | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
| Summary | 0002295: GNUNET_STRINGS_to_address_ipv6 always fails | ||||
| Description | inet_pton does accept IPv6 Addresses with "[]" FAIL: inet_pton(AF_INET6, "[::1]", &in6addr)) CORRECT: inet_pton(AF_INET6, "::1", &in6addr)) | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-05-02 15:14 | Matthias Wachs | New Issue | |
| 2012-05-02 15:14 | Matthias Wachs | Severity | minor => major |
| 2012-05-02 21:49 | Christian Grothoff | Note Added: 0005768 | |
| 2012-05-02 21:49 | Christian Grothoff | Status | new => resolved |
| 2012-05-02 21:49 | Christian Grothoff | Fixed in Version | => 0.9.3 |
| 2012-05-02 21:49 | Christian Grothoff | Resolution | open => fixed |
| 2012-05-02 21:49 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2012-05-02 21:50 | Christian Grothoff | Product Version | => Git master |
| 2012-05-02 21:50 | Christian Grothoff | Target Version | => 0.9.3 |
| 2012-06-02 19:15 | Christian Grothoff | Status | resolved => closed |