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

[perl #129176] Conditional jump depends on uninitialized values inS_scan_heredoc

Thread Previous | Thread Next
From:
Father Chrysostomos via RT
Date:
September 5, 2016 16:37
Subject:
[perl #129176] Conditional jump depends on uninitialized values inS_scan_heredoc
Message ID:
rt-4.0.24-4522-1473093414-1192.129176-15-0@perl.org
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=129176

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