Project

General

Profile

« Previous | Next » 

Revision 837ef891

Added by peterzhu2118 (Peter Zhu) almost 3 years ago

Fix crash in TracePoint c_call for removed method

trace_arg->id is the ID of the original method of an aliased method. If
the original method is removed, then the lookup will fail. We should use
trace_arg->called_id instead, which is the ID of the aliased method.

Fixes [Bug #19305]