On Mon, Sep 05, 2016 at 09:36:54AM -0700, Father Chrysostomos via RT wrote: > 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 == '\\') { might be ;-) (plus tests of course) -- Indomitable in retreat, invincible in advance, insufferable in victory -- Churchill on MontgomeryThread Previous | Thread Next