Skip Menu |

This queue is for tickets about the App-PDF-Link CPAN distribution.

Report information
The Basics
Id: 120801
Status: rejected
Priority: 0/
Queue: App-PDF-Link

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Negative offset to vec in lvalue context (0.18)
Tests fail with bleadperl (e.g. 5.25.11): ... Negative offset to vec in lvalue context at /usr/perl5.25.11p/lib/site_perl/5.25.11/PDF/API2/Resource/XObject/Image/PNG.pm line 296. # Looks like your test exited with 255 just after 3. t/01-icons.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/8 subtests ...
What version of PDF::API2 is used?
On 2017-03-30 03:59:50, JV wrote: Show quoted text
> What version of PDF::API2 is used?
2.031, the latest.
RT-Send-CC: ANDK [...] cpan.org
On 2017-03-30 15:39:08, SREZIC wrote: Show quoted text
> On 2017-03-30 03:59:50, JV wrote:
> > What version of PDF::API2 is used?
> > 2.031, the latest.
I don't find a matching perldelta entry, and the tests are fine with perl 5.25.10 and earlier. @Andreas: maybe an unwanted perl regression? Can you do a bisect?
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #120801] Negative offset to vec in lvalue context (0.18)
Date: Thu, 30 Mar 2017 22:55:25 +0200
To: "Slaven_Rezic via RT" <bug-App-PDF-Link [...] rt.cpan.org>
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
Show quoted text
> Can you do a bisect?
Bisect stops at v5.25.10-81-gd69c43040e : d69c43040e4967294b1195ecfdc4acf0f74b5958 is the first bad commit : commit d69c43040e4967294b1195ecfdc4acf0f74b5958 : Author: David Mitchell <davem@iabyn.com> : Date: Wed Mar 15 14:35:59 2017 +0000 : : Perl_do_vecget(): change offset arg to STRLEN type -- andreas