On Mon Sep 05 07:45:59 2016, davem wrote: > On Mon, Sep 05, 2016 at 06:41:12AM -0700, Father Chrysostomos via RT wrote: > > On Mon Sep 05 06:13:44 2016, davem wrote: > > > On Fri, Sep 02, 2016 at 10:31:37PM -0700, Father Chrysostomos via RT > > It doesn’t conflict with ba0a4150f6f, does it? > > Almost certainly :-) > I'll work round it. Let me guess, it’s probably something like: - if (allow_escape && *from == '\\') { + if (allow_escape && from+1 < fromend *from == '\\') { -- Father Chrysostomos --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=129176Thread Previous | Thread Next