[PATCH] ia64: fix unwinder to call get_scratch_regs() only when really needed
Only call get_scratch_regs() when pt is really needed. The extraneous calls to get_scratch_regs() can otherwise pick up the wrong address for pt. For example, calling unw_access_ar(&info, UNW_AR_BSPSTORE,...) before pt_regs had been reached could trigger this bug.
Showing
Please register or sign in to comment