strdup: Removed irrelevant comment
...as Curl_memdup() duplicates an area of fix size memory, that may be binary, and not a null terminated string.
This commit is contained in:
@@ -69,6 +69,5 @@ char *Curl_memdup(const char *src, size_t length)
|
|||||||
|
|
||||||
memcpy(buffer, src, length);
|
memcpy(buffer, src, length);
|
||||||
|
|
||||||
/* if length unknown do null termination */
|
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user