Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 18051
Status: resolved
Priority: 0/
Queue: Imager

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

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



Subject: png.c contains some invalid code
in 0.49 png.c was updated to properly release the info_ptr block, unfortunately this process incorrectly changed a function call. On the compilers tested this just produces a warning, but it may produce an error on others. This code is never called, so as a work around that line can be deleted or commented out. In 0.50 the unreachable code (including the problematic function call) will be removed.
fixed in 0.49_01 dev release. This ticket will be resolved when 0.50 is released.
fixed in 0.50