----- Original Message -----
On Wed 2019-07-10 14:38 +0100, Aaron Tomlin wrote:
> > So I took my own advice, and implemented the "dis -[rf] address
count"
> > capability with a simple patch to the top-level kernel.c disassembly
> > code:
> >
> >
https://github.com/crash-utility/crash/commit/6c891b667f75543db279e1a29bf...
>
> Excellent - I was working on a similar solution today anyway.
Dave,
Looking at this again, I think there is a memory leak in the above patch.
We need FREEBUF() in a few locations.
Yep, do a git pull -- I fixed it this morning...
Thanks,
Dave