• tcanens's avatar
    Remove broken memcpy in Address::init · 2423cad0
    tcanens authored
    There's no guarantee that `host_` is long enough for the `INET_ADDRSTRLEN` (or `INET6_ADDRSTRLEN`, respectively) memcpy to be valid, and in any event there doesn't seem to be a reason to copy it in the first place.
    2423cad0
net.cc 9.75 KB