Ticket #1010 (closed patch: done)
Fix FixedBooleanArray "fill" method, rewrite tests in PIR
Reported by: | flh | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | applied | Platform: | all |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.