[WayBack] Shouldnt this line be null terminated? HostEnt := gethostbyname(MarshaledAString(TEncoding.UTF8.GetBytes(Name))); – G+ – Allen Drennan
Yes it should, but I’m not sure if the compiler is fully to blame as GetBytes
does not return a terminating zero byte.
–jeroen