#1010: Fix FixedBooleanArray "fill" method, rewrite tests in PIR
-------------------+--------------------------------------------------------
 Reporter:  flh    |        Type:  patch 
   Status:  new    |    Priority:  normal
Milestone:         |   Component:  core  
  Version:  trunk  |    Severity:  medium
 Keywords:         |        Lang:        
    Patch:  new    |    Platform:  all   
-------------------+--------------------------------------------------------
 The "fill" method in the FBA PMC currently does not check whether the
 bit_array is NULL or not, which causes a segfault when we call it on an
 empty array.

 The attached patch fixed this. It also rewrites t/pmc/fixedbooleanarray.t
 in PIR.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1010>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to