#1098: assert that all memory allocations actually succeeded -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- There are lots of malloc/realloc calls in MacRuby core, but only a few of them actually check that the operation was a success. We need to add assertions everywhere to make sure a memory crasher will be more quickly identified. -- Ticket URL: <http://www.macruby.org/trac/ticket/1098> MacRuby <http://macruby.org/>