Science Fair Project Encyclopedia
Memory corruption
Memory corruption occurs when a memory location or register is accidentally overwritten by a program, due to a programming error. This kind of error may crash a program immediately, or lurk undetected for years, only occasionally causing the wrong behaviour.
Finding such bugs can be extremely difficult. Therefore, programming tools that detect such errors automatically, such as Valgrind, can be invaluable.
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


