On 2/2/08, Nicholas Clark <[EMAIL PROTECTED]> wrote: > What else did I forget?
The unpack/potentially rx related segfault mauke reported a while back which I did some initial analysis of still hasn't been solved in 5.8.x or 5.10.x. It would be nice if yourself or someone with more optree tuits would take a look at it. Maybe it's trivial to fix and if so it would be a shame if we shipped a perl with known segfaults, especially as those might always be potential security issues. $ perl -le 'split //, unpack("(B)*", "ab")' Segmentation fault