[libpng16] Added another "assert()" in pngfix.c
diff --git a/contrib/tools/pngfix.c b/contrib/tools/pngfix.c
index 3c70b81..e4ccc41 100644
--- a/contrib/tools/pngfix.c
+++ b/contrib/tools/pngfix.c
@@ -3323,6 +3323,8 @@
 
             else
             {
+               assert(chunk != NULL);
+
                /* Set up for write, notice that repositioning the input stream
                 * is only necessary if something is to be read from it.  Also
                 * notice that for the IDAT stream this must only happen once -