[Bug runtime/9937] verify user-space build-ids
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Oct 5 17:45:00 GMT 2010
http://sourceware.org/bugzilla/show_bug.cgi?id=9937
Mark Wielaard <mjw at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mjw at redhat dot com
--- Comment #13 from Mark Wielaard <mjw at redhat dot com> 2010-10-05 17:45:22 UTC ---
The code has been slightly reworked. The code shouldn't have to add its own
hooks, but can be called from _stp_vma_mmap_cb (runtime/vma.c).
Currently this code only checks the file name paths match:
if (strcmp(path, _stp_modules[i]->path) == 0)
That check can be augmented, or replaced by the build-id check.
--
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