Buffer overflows are a problem that some unsafe languages, such as CLanguage, suffer from. A buffer overflow occurs when a program is not coded to properly check the size of a buffer of memory. When this occurs, especially in network applications, a malicious user can carefully craft exploits to overflow the memory and trick the program into executing his desired instructions.

BufferOverflows (last edited 2003-07-11 04:39:37 by IainMcCoy)