lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev memory leaks vs corruption


From: Larry W. Virden
Subject: Re: lynx-dev memory leaks vs corruption
Date: Thu, 3 Dec 1998 23:03:26 -0500 (EST)

memory leak
        The result of allocating memory (ala calloc/malloc/etc.) but not
        free-ing the memory after finishing it's use.  

memory corruption
        The result of writing more data out than is available - for instance
        writing 30 bytes of data into a 20 byte long array...
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]