Imported from libpng-1.2.19beta22.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-07-03 16:28:18 -05:00
parent e404eed318
commit 62626737a5
55 changed files with 185 additions and 128 deletions

View File

@@ -1,5 +1,5 @@
Known bugs in libpng version 1.2.19beta21
Known bugs in libpng version 1.2.19beta22
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
@@ -20,10 +20,11 @@ Known bugs in libpng version 1.2.19beta21
that are generated by 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.
several 64-bit platforms running gcc-3.4.6. 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.
STATUS: Appears to be a bug in the 64-bit version of gcc-3.4.6.
Workarounds are to use -DPNG_NO_MMX_CODE or to upgrade gcc to a
newer version.