aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_slist_append.3
AgeCommit message (Collapse)Author
2019-01-02docs: mention potential leak in curl_slist_appendDaniel Gustafsson
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>
2017-05-05curl_slist_append.3: clarify a NULL input creates a new listDaniel Stenberg
2016-05-02docs: unified man page references to use \fIDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-08-05curl_slist_append.3: add error checking to the exampleDaniel Stenberg
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2007-01-09corrected exampleDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2003-06-26mention that it copies the string you addDaniel Stenberg
2003-02-21added an EXAMPLE sectionDaniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg