re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInflate.cc, or zlib)

PR libgcj/24461:
	* java/util/zip/InflaterInputStream.java (fill): Throw exception
	if stream is truncated.

From-SVN: r111870
This commit is contained in:
Tom Tromey
2006-03-09 20:21:58 +00:00
committed by Tom Tromey
parent e59a1e40f3
commit 1fea4e6c43
2 changed files with 11 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
2006-03-09 Tom Tromey <tromey@redhat.com>
PR libgcj/24461:
* java/util/zip/InflaterInputStream.java (fill): Throw exception
if stream is truncated.
2006-03-09 Tom Tromey <tromey@redhat.com>
* win32.cc (_Jv_platform_nanotime): New function.