Loading lib/url.c +2 −1 Original line number Diff line number Diff line Loading @@ -2035,7 +2035,8 @@ static CURLcode CreateConnection(struct SessionHandle *data, used truly as a separator */ ptr++; strcpy(conn->path, ptr); /* This cannot be made with strcpy, as the memory chunks overlap! */ memmove(conn->path, ptr, strlen(ptr)+1); } } Loading Loading
lib/url.c +2 −1 Original line number Diff line number Diff line Loading @@ -2035,7 +2035,8 @@ static CURLcode CreateConnection(struct SessionHandle *data, used truly as a separator */ ptr++; strcpy(conn->path, ptr); /* This cannot be made with strcpy, as the memory chunks overlap! */ memmove(conn->path, ptr, strlen(ptr)+1); } } Loading