mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.2.19beta22.tar
This commit is contained in:
13
KNOWNBUG
13
KNOWNBUG
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user