Hi,
> Instead of your changes to SL*B, could you check mem_dump_obj() and others added > (+CC Paul, thus not trimming)
checked mem_dump_obj(), but it only provides path of allocation and not of free. /** .. * if available, the return address and stack trace from the allocation and in case of "Use After Free", Free path is also required. So we need to add support for free path in this API if we have to use it.
Thanks, Maninder Singh |