curl/lib
Daniel Stenberg 0912015a5c preprocessor magic around the libidn idn_free() stuff to remain workable
both with older libidn versions without idn_free() and with libidn versions
that gets installed without idn-free.h
2004-05-25 12:00:15 +00:00
..
.cvsignore
amigaos.c
amigaos.h
arpa_telnet.h
base64.c make sure the returned pointer is NULL when encoding fails 2004-05-12 13:23:17 +00:00
base64.h
ca-bundle.crt
config-amigaos.h
config-mac.h
config-netware.h
config-riscos.h
config-vms.h
config-win32.h
config.dj
connect.c Gisle Vamem reintroduced the verifyconnect() call on windows as well, and 2004-05-13 10:40:17 +00:00
connect.h
content_encoding.c Edited comments only. 2004-05-12 07:55:05 +00:00
content_encoding.h
cookie.c While talking to host a.b.c, libcurl did wrongly not accept cookies that were 2004-05-21 20:40:15 +00:00
cookie.h
curllib.dsw
curlx.h delete trailing whitespace 2004-05-24 11:57:34 +00:00
dict.c
dict.h
easy.c deal with input arguments as NULL 2004-05-13 15:16:10 +00:00
escape.c curl_free() doesn't free(NULL) but just returns 2004-05-13 15:16:36 +00:00
escape.h
file.c better bailing out in case of no memory 2004-05-13 15:17:07 +00:00
file.h
formdata.c mark a value as alloced when strdup()ed to prevent memory leaks 2004-05-13 14:13:12 +00:00
formdata.h improved cleaning up in case of memory allocation failures 2004-05-12 09:02:23 +00:00
ftp.c Curl_done() and the protocol-specific conn->curl_done() functions now all 2004-05-12 12:06:39 +00:00
ftp.h Curl_done() and the protocol-specific conn->curl_done() functions now all 2004-05-12 12:06:39 +00:00
getdate.c.cvs
getdate.h
getdate.y curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
getenv.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
getinfo.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
getinfo.h
hash.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
hash.h
hostares.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
hostasyn.c + when storing the address in the cache fails, cleanup the resolved address 2004-05-18 07:35:37 +00:00
hostip4.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
hostip6.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
hostip.c if shrinking the buffer fails, use the older larger one 2004-05-17 22:07:43 +00:00
hostip.h Made defines instead of plain numbers for the Curl_resolv() return code to 2004-04-26 14:18:00 +00:00
hostsyn.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
hostthre.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
http_chunks.c The Curl_unencode_XXX_write() function take a ssize_t as third argument, so 2004-05-12 07:54:44 +00:00
http_chunks.h
http_digest.c return CURLDIGEST_NOMEM when a memory function fails to deliver 2004-05-13 14:14:03 +00:00
http_digest.h return CURLDIGEST_NOMEM when a memory function fails to deliver 2004-05-13 14:14:03 +00:00
http_negotiate.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
http_negotiate.h
http_ntlm.c remove trailing whitespace 2004-05-25 11:13:49 +00:00
http_ntlm.h
http.c Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could 2004-05-24 07:13:48 +00:00
http.h Curl_done() and the protocol-specific conn->curl_done() functions now all 2004-05-12 12:06:39 +00:00
if2ip.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
if2ip.h Gisle-fix: constified the 'interface' argument. 2004-05-05 13:42:23 +00:00
inet_ntoa_r.h
inet_ntop.c provide our own inet_ntoa_r() proto if the system has none on its own 2004-04-27 14:17:36 +00:00
inet_ntop.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
inet_pton.c
inet_pton.h
krb4.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
krb4.h
ldap.c Gisle: minor fix 2004-05-13 10:38:57 +00:00
ldap.h no more Curl_ldap_done 2004-05-13 10:38:37 +00:00
libcurl.def added curl_global_init_mem 2004-05-11 11:48:09 +00:00
libcurl.framework.make
libcurl.imp
libcurl.plist
libcurl.rc
llist.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
llist.h
Makefile.am Added two two missing header files I missed when I removed the noinst_HEADERS 2004-05-13 09:01:15 +00:00
makefile.amiga
Makefile.b32
Makefile.b32.resp
makefile.dj
Makefile.m32
Makefile.netware
Makefile.riscos
Makefile.vc6 cut out the changelog, it is far from accurate anyway 2004-05-11 12:22:50 +00:00
md5.c
md5.h
memdebug.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
memdebug.h Major hostip.c cleanup and split into multiple files and easier #ifdef 2004-04-26 07:20:11 +00:00
memory.h *** empty log message *** 2004-05-11 11:29:31 +00:00
mprintf.c return faster when we "hit a wall" while printfing 2004-05-12 12:05:13 +00:00
msvcproj.foot new attempt at an improved DSP-file generation 2004-05-11 07:54:55 +00:00
msvcproj.head new attempt at an improved DSP-file generation 2004-05-11 07:54:55 +00:00
multi.c new Curl_done() proto 2004-05-17 08:07:07 +00:00
netrc.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
netrc.h
nwlib.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
progress.c quickfix to avoid division by zero, possibly we should go over all of these 2004-05-21 12:23:53 +00:00
progress.h
README.ares
README.curlx updated with more and new info 2004-04-30 08:51:19 +00:00
README.encoding
README.memoryleak
security.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
security.h
sendf.c curl_global_init_mem() allows the memory functions to be replaced. 2004-05-11 11:30:23 +00:00
sendf.h
setup.h delete trailing whitespace 2004-05-24 07:53:25 +00:00
share.c check that memory allocation functions truly return good data or bail out 2004-05-13 15:18:29 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c * seed_enough() was converted to a macro to avoid the IRIX compiler warning 2004-05-18 07:25:13 +00:00
ssluse.h
strequal.c
strequal.h
strerror.c added string for the new share error code 2004-05-14 11:46:35 +00:00
strerror.h
strtok.c
strtok.h
strtoofft.c
strtoofft.h
telnet.c Curl_done() and the protocol-specific conn->curl_done() functions now all 2004-05-12 12:06:39 +00:00
telnet.h Curl_done() and the protocol-specific conn->curl_done() functions now all 2004-05-12 12:06:39 +00:00
timeval.c
timeval.h
transfer.c I made Curl_done() take a pointer-pointer in the first argument instead, and 2004-05-17 08:05:46 +00:00
transfer.h
url.c preprocessor magic around the libidn idn_free() stuff to remain workable 2004-05-25 12:00:15 +00:00
url.h I made Curl_done() take a pointer-pointer in the first argument instead, and 2004-05-17 08:05:46 +00:00
urldata.h Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could 2004-05-24 07:13:48 +00:00
version.c Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to 2004-05-24 07:40:00 +00:00

$Id$
                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

             How To Track Down Suspected Memory Leaks in libcurl
             ===================================================

Single-threaded

  Please note that this memory leak system is not adjusted to work in more
  than one thread. If you want/need to use it in a multi-threaded app. Please
  adjust accordingly.


Build

  Rebuild libcurl with -DCURLDEBUG (usually, rerunning configure with
  --enable-debug fixes this). 'make clean' first, then 'make' so that all
  files actually are rebuilt properly. It will also make sense to build
  libcurl with the debug option (usually -g to the compiler) so that debugging
  it will be easier if you actually do find a leak in the library.

  This will create a library that has memory debugging enabled.

Modify Your Application

  Add a line in your application code:

       curl_memdebug("filename");

  This will make the malloc debug system output a full trace of all resource
  using functions to the given file name. Make sure you rebuild your program
  and that you link with the same libcurl you built for this purpose as
  described above.

Run Your Application

  Run your program as usual. Watch the specified memory trace file grow.

  Make your program exit and use the proper libcurl cleanup functions etc. So
  that all non-leaks are returned/freed properly.

Analyze the Flow

  Use the tests/memanalyze.pl perl script to analyze the memdump file:

    tests/memanalyze.pl < memdump

  This now outputs a report on what resources that were allocated but never
  freed etc. This report is very fine for posting to the list!

  If this doesn't produce any output, no leak was detected in libcurl. Then
  the leak is mostly likely to be in your code.