C/C++ Memory Corruption And Memory Leaks - 0 views
-
anonymous on 02 Aug 11There are two forms of Linux Memory accessible to the programmer: The most obvious memory errors result in a "Segmentation violation" message. This may alert the programmer to the location of the memory error when the program is run in gdb. The following errors discussed are the not so obvious errors.