[PATCH] malloc tcache: Debugger now sees the address of the corrupted chunk.

DJ Delorie dj@redhat.com
Fri Dec 11 22:51:10 GMT 2020


Adder <adder.thief@gmail.com> writes:
> But at that point, only the "next" field is available to the debugger
> (it has been copied in tcache->entries[tc_idx] and is being dereferenced).
> In particular, the address of the corrupted chunk is not available.

Er, the address of the corrupted chunk is the 'e' value that we're
returning from that function.  Why can't the debugger see that?



More information about the Libc-alpha mailing list