summaryrefslogtreecommitdiff
path: root/KNOWNBUG
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-04-27 08:29:32 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:06:12 -0500
commit328353990f44b8cd7885b9adfc9df8c5508f1632 (patch)
treefb457fcfeceec126b8e0494b82255ad7029c119f /KNOWNBUG
parent82ae3833312c0e0943496d99273a54cf60f88343 (diff)
downloadlibpng-328353990f44b8cd7885b9adfc9df8c5508f1632.tar.gz
Imported from libpng-1.0.11.tarv1.0.11
Diffstat (limited to 'KNOWNBUG')
-rw-r--r--KNOWNBUG32
1 files changed, 4 insertions, 28 deletions
diff --git a/KNOWNBUG b/KNOWNBUG
index 241ce53e2..d596debed 100644
--- a/KNOWNBUG
+++ b/KNOWNBUG
@@ -1,31 +1,7 @@
-Known bugs in libpng-1.0.10
+Known bugs in libpng-1.0.11
-1. April 1, 2001: Missing type casts on png_malloc() calls (Dimitri Papadopolous)
+1. April 22, 2001: pnggccrd.c has been reported to crash on NetBSD when
+ reading interlaced PNG files, when assembler code is enabled.
- A call to png_malloc() in pngread.c is missing the (png_bytep) type cast,
- and four calls in pngset.c are missing type casts, (png_charp), (png_charp),
- (png_bytep), and (png_bytep), respectively.
-
- STATUS: fixed in libpng-1.0.11beta1.
-
-2. April 3, 2001: "//" comments cause the SGI compiler (o32) to fail to
- compile pnggccrd.c (Richard Kettlewell).
-
- STATUS: fixed in libpng-1.0.11beta1.
-
-3. April 5, 2001: The prototypes don't match several functions.
-
- Functions png_info_init, png_zalloc, and several others have PNGAPI
- in the C functions but not in the prototypes in png.h. The functions
- involved are all either deprecated or intended only for internal use.
-
- STATUS: PNGAPI was removed from the C code in libpng-1.0.11beta2.
-
-4. April 14, 2001: Many instances of png_malloc() are not followed by
- a check to make sure it didn't return NULL.
-
- STATUS: This only seems to matter if the user is using a custom
- malloc_fn() that returns NULL. In libpng-1.0.11rc1 the return from
- malloc_fn() will be checked for NULL and png_error() issued if one
- is found.
+ STATUS: Under investigation.