develooper Front page | perl.perl5.porters | Postings from September 2016

Re: [perl #129176] Conditional jump depends on uninitialized valuesin S_scan_heredoc

Thread Previous | Thread Next
From:
Dave Mitchell
Date:
September 6, 2016 07:38
Subject:
Re: [perl #129176] Conditional jump depends on uninitialized valuesin S_scan_heredoc
Message ID:
20160906073746.GE3173@iabyn.com
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 Montgomery

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About