]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - zlib/contrib/infback9/infback9.c
This commit was generated by cvs2svn to compensate for changes in r104181,
[thirdparty/gcc.git] / zlib / contrib / infback9 / infback9.c
index 34a95fc0dac452642c7676749c4f1884df547fec..f5ddde67da66670d612c42f53b0a6587875ed5c5 100644 (file)
@@ -430,6 +430,9 @@ void FAR *out_desc;
                 }
             }
 
+            /* handle error breaks in while */
+            if (mode == BAD) break;
+
             /* build code tables */
             state->next = state->codes;
             lencode = (code const FAR *)(state->next);