summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-01-04 13:15:59 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-01-04 14:59:40 -0500
commit837ef8911c638c3e2bdb6af710de7c1fac7b5f90 (patch)
treee2f08ba8b9dbc089210762a0363ed0eb81332ba0 /tool
parentf7243d1afb726848fc5fa77dbb7c95eb78f6f610 (diff)
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]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7064
Diffstat (limited to 'tool')
0 files changed, 0 insertions, 0 deletions