[BUG] str2net() must not change the const char *

str2net needs to put \0 in a const char *. Use strdup() for that.
1 file changed