[Crash-utility] fix_lkcd_address problem

Troy Heber troy.heber at hp.com
Wed Sep 19 18:34:07 UTC 2007


On 09/19/07 14:05, Dave Anderson wrote:
> This one looks pretty obvious, and I've queued it for the next
> release.
>
>> -               (addr <= lkcd->fix_addr[i].task + STACKSIZE())){
>> +               (addr < lkcd->fix_addr[i].task + STACKSIZE())){

Nice catch Alan.

Troy




More information about the Crash-utility mailing list