Imported from libpng-1.2.19beta19.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-06-28 16:04:25 -05:00
parent f456d0d6bb
commit db40ca4aca
55 changed files with 2615 additions and 2623 deletions

View File

@@ -1,5 +1,5 @@
Known bugs in libpng version 1.2.19beta18
Known bugs in libpng version 1.2.19beta19
1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
reading interlaced PNG files, when assembler code is enabled but running
@@ -19,5 +19,11 @@ Known bugs in libpng version 1.2.19beta18
libpng12.so => libpng12.so.0.1.2.9betaN
that are generated by the custom makefiles.
STATUS: For now, system library builders should use the custom makefiles.
4. June 28, 2007: Pnggccrd.c has been reported to be unreliable on
some 64-bit platforms. It appears to build properly, but it does
not always read files correctly, leading to corrupted output or
to a crash of the application.
STATUS: Under investigation. A workaround is to use -DPNG_NO_MMX_CODE
on 64-bit platforms.