Re: please unblock libpng 1.2.15~beta5-0
* Andreas Barth (aba@not.so.argh.org) [061219 10:11]:
> * Steve Langasek (vorlon@debian.org) [061219 09:31]:
> > On Mon, Dec 18, 2006 at 04:39:49PM +0100, Andreas Barth wrote:
> > > 7 X+ ++
> >
> > These may or may not be a problem depending on whether the ABI has changed
> > between the versions exported in 1.2.8 and 1.2.13/15. We should probably
> > look at these individually.
>
> These are:
> png_get_int_32
> png_get_uint_16
> png_get_uint_31
> png_get_uint_32
> png_save_int_32
> png_save_uint_16
> png_save_uint_32
I looked at them. The most serious change I can find is:
- png_error(png_ptr, "PNG unsigned integer out of range.\n");
+ png_error(png_ptr, "PNG unsigned integer out of range.");
and
-void /* PRIVATE */
+void PNGAPI
png_save_uint_16(png_bytep buf, unsigned int i)
Also, some exports were only conditionally enabled by
-#if defined(PNG_READ_pCAL_SUPPORTED) || defined(PNG_READ_oFFs_SUPPORTED)
So, this seems safe to me.
Cheers,
Andi
--
http://home.arcor.de/andreas-barth/
Reply to: