]> granicus.if.org Git - curl/commit
docs: mention potential leak in curl_slist_append
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 2 Jan 2019 11:46:31 +0000 (12:46 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 2 Jan 2019 11:49:49 +0000 (12:49 +0100)
commit5cc32855740b30d5659beeb7bf9951dcdfa67c62
tree2a922d11e29bb24ee527690a0c979103131517e7
parent46c89348b973b1088a4310e740def9859ef05408
docs: mention potential leak in curl_slist_append

When a non-empty list is appended to, and used as the returnvalue,
the list pointer can leak in case of an allocation failure in the
curl_slist_append() call. This is correctly handled in curl code
usage but we weren't explicitly pointing it out in the API call
documentation. Fix by extending the RETURNVALUE manpage section
and example code.

Closes #3424
Reported-by: dnivras on github
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
docs/libcurl/curl_slist_append.3