mirror of
https://github.com/curl/curl.git
synced 2026-07-25 23:47:16 +03:00
parent
db02e0e980
commit
307b7543ea
19 changed files with 26 additions and 26 deletions
|
|
@ -59,8 +59,8 @@ Releases the previously referenced buffer, then duplicates the `length`-byte
|
|||
`data` into a buffer allocated via `malloc()` and references the latter
|
||||
associated with destructor `curl_free()`.
|
||||
|
||||
An additional trailing byte is allocated and set to zero as a possible
|
||||
string zero-terminator; it is not counted in the stored length.
|
||||
An additional trailing byte is allocated and set to zero as a possible string
|
||||
null-terminator; it is not counted in the stored length.
|
||||
|
||||
Returns `CURLE_OK` if successful, else `CURLE_OUT_OF_MEMORY`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue