Hello Martin, > 6192696: BufferedInputStream.read(byte[], int, int) can block if the > entire buffer can't be filled > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6192696
The problem is fill(). It doesn't check available(). The patch on this mailing list is supposed to fix that too.
signature.asc
Description: This is a digitally signed message part.
