[Bug tapsets/19065] task_fd_lookup() can crash the s390x kernel when invoked with an invalid input
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Oct 5 18:12:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=19065
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Fixed in commit d3be3bf (tested on s390x rhel7).
We were checking for read access to the task structure, but just because we can
safely read the task structure doesn't mean we can safely write to the task
structure. Fixed by no longer trying to lock the task structure.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list