View Issue Details

IDProjectCategoryView StatusLast Update
0002295GNUnetutil librarypublic2012-06-02 19:15
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002295: GNUNET_STRINGS_to_address_ipv6 always fails
Descriptioninet_pton does accept IPv6 Addresses with "[]"

FAIL: inet_pton(AF_INET6, "[::1]", &in6addr))
CORRECT: inet_pton(AF_INET6, "::1", &in6addr))
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-02 21:49

manager   ~0005768

Fixed in SVN 21232 (and previous revisions starting with 21229).

Issue History

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