PDA

Click to See Complete Forum and Search --> : heap overflow???


theeta
March 4th, 2002, 12:06 PM
hey i've heard about buffer overflow and also seen lotsa exploits based upon it.......but can anyone there tell me something about heap overflow???? i heard about this recently......
anyone???
theeta

nabylbt
March 4th, 2002, 12:45 PM
def of a heap :
"Memory that is dynamically allocated by the application is known as the
heap." The words "by the application" are important here, as on good
systems most areas are in fact dynamically allocated at the kernel level,
while for the heap, the allocation is requested by the application.

it's almost the same as a buffer overflow :
http://www.ccs.uky.edu/~mahesh/junk/heapOverflow.text
or google.com


enjoy

nabylbt
March 4th, 2002, 12:54 PM
forgot to upload the file ...