Search K
Appearance
Appearance
Other ways to support HackTricks:
malloc(): unaligned tcache chunk detected
which might mean that the fake free list should be alignedbk
and fd
pointersfd
point to a real chunk and the bk
point to the second fake chunk. Also make the second fake chunk bk
point the first one. bk
of the second should also point to the fake freelist to prevent a crash when small bin chunks are tried to be allocated in the tcache.bk
pointer points to the first fake chunk.Other ways to support HackTricks: