jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

MakeCanonicalIPv6Address() does not handle '::' correctly for IPv4-mapped addresses #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MakeCanonicalIPv6Address('fe80::5efe:192.168.2.1') returns 
'FE80:0:0:0:5EFE:C0A8:0201', but the correct address is 
'FE80:0:0:0:0:5EFE:C0A8:0201' instead.

Original issue reported on code.google.com by gambit47 on 10 Feb 2011 at 12:40

GoogleCodeExporter commented 9 years ago
This was fixed in r4571

Original comment by gambit47 on 15 May 2012 at 6:03