From: Eric Wong Date: 2014-09-25T20:37:54+00:00 Subject: [ruby-core:65272] Re: [ruby-trunk - Bug #10282] Reproducible segfault when inspecting this method normalperson@yhbt.net wrote: > File 0001-object.c-rb_class_real-do-not-dereference-0-VALUE.patch added > This looks to be a simple dereference bug. > However, this is my first time looking a prepend so maybe there's a subtle > behavior change I missed. Committed as r47715; I don't think this breaks existing code (but even if it did, it's better than segfaulting). > "make check" and rubyspec passes, at least.