Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > e0de745a0c0e8140cda9d0f390d8e442 > files > 22

php-5.3.9-1.3.mga1.src.rpm

--- ext/bz2/bz2_filter.c	9 Aug 2007 23:27:22 -0000	1.3.2.2.2.5
+++ ext/bz2/bz2_filter.c	16 Dec 2007 17:22:31 -0000	1.3.2.2.2.6
@@ -132,6 +132,8 @@ static php_stream_filter_status_t php_bz
 				data->strm.avail_out = data->outbuf_len;
 				data->strm.next_out = data->outbuf;
 				exit_status = PSFS_PASS_ON;
+			} else if (status == BZ_OK) {
+				break;
 			}
 		}
 	}