Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 83438
Status: resolved
Priority: 40/
Queue: Imager

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

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



Subject: check XS for proper ordering of SvPV vs SvUTF8
Date: Tue, 19 Feb 2013 17:55:52 +1100
To: bug-Imager [...] rt.cpan.org
From: Tony Cook <tony [...] develop-help.com>
In at least one place SvUTF8 is checked before the implied SvGETMAGIC of SvPV(). Also, one place uses ST(N) rather than using a SV * parameter in the arguments.
Fixed for font drivers. Need to check the i_io_*() XS wrappers.
On Tue Feb 19 01:56:03 2013, tony@develop-help.com wrote: Show quoted text
> In at least one place SvUTF8 is checked before the implied SvGETMAGIC > of SvPV(). > > Also, one place uses ST(N) rather than using a SV * parameter in the > arguments.
Fixed in Imager 0.95.