Name: Anonymous 2010-02-12 18:40
Hey guys!
I'd like to know more about glibc error handling, and I'm interested in double free corruption.
I noticed a slight difference between different a double free corruption which is affecting my code and the one which affects an example code that I've written.
This is my code's one:
This is the one produced by a code that allocs an integer and frees it two times
Can you explain me what is the difference between fastop and out?
I'd like to know more about glibc error handling, and I'm interested in double free corruption.
I noticed a slight difference between different a double free corruption which is affecting my code and the one which affects an example code that I've written.
This is my code's one:
*** glibc detected *** src/a.out: double free or corruption (out): 0x0896fa38 ***This is the one produced by a code that allocs an integer and frees it two times
*** glibc detected *** ./a.out: double free or corruption (fasttop): 0x08393008 ***Can you explain me what is the difference between fastop and out?