Actions
Bug #9616
closed[PATCH] class.c: check for malloc failures
Description
Will commit attached patch to trunk. Note backport field for 2.1
Files
Actions
Like0
Like0Like0
Added by normalperson (Eric Wong) over 11 years ago. Updated about 11 years ago.
Description
Will commit attached patch to trunk. Note backport field for 2.1
Files
0001-class.c-check-for-malloc-failures.patch (1.41 KB) 0001-class.c-check-for-malloc-failures.patch | normalperson (Eric Wong), 03/09/2014 05:18 AM |
Applied in changeset r45302.
class.c: check for malloc failures
xmalloc does OOM checking and helps GC accounting when used
with xfree.
Backported into ruby_2_1
branch at r46319.