[Bug runtime/14546] DWARF unwinder can corrupt probe memory
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Sep 5 18:17:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14546
--- Comment #3 from Mark Wielaard <mjw at redhat dot com> 2012-09-05 18:17:23 UTC ---
Issue is this in unwind.c, the sizes don't match up and some extra stuff (18
bytes) gets written after cie_regs, which is at the end of unwind_state, which
is at the end of unwind_context.
/* Store initial state for use with DW_CFA_restore... */
memcpy(&state->cie_regs, ®_STATE, sizeof (REG_STATE));
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list