[MacRuby] #519: Pointer#[] and #[]= should not allow out of bounds access
#519: Pointer#[] and #[]= should not allow out of bounds access -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- {{{ ptr = Pointer.new('i') ptr[0] = 42 # ok ptr[100] = 42 # should raise an exception }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/519> MacRuby <http://macruby.org/>
#519: Pointer#[] and #[]= should not allow out of bounds access -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: Fixed in r3170. -- Ticket URL: <http://www.macruby.org/trac/ticket/519#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby