Imported from libpng-1.0.11rc1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-04-20 10:32:10 -05:00
parent e1eff58f87
commit 82ae383331
54 changed files with 396 additions and 739 deletions

View File

@@ -25,4 +25,7 @@ Known bugs in libpng-1.0.10
4. April 14, 2001: Many instances of png_malloc() are not followed by
a check to make sure it didn't return NULL.
STATUS: tests were added in libpng-1.0.11beta3.
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.