2005-12-26 Anthony Green <green@redhat.com>
commit7e4c56ed992fe3bf715b82b1e3e8fda2e6772688
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 18:57:36 +0000 (6 18:57 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 18:57:36 +0000 (6 18:57 +0000)
tree87fd654a61c05e7ac40de3f4c158485f9e106652
parentf2428b62bb52fd982221f7033f53df7c9669dc0b
2005-12-26  Anthony Green  <green@redhat.com>

* gnu/java/nio/SocketChannelImpl.java (read): Compute the right amount
of data to read (dst.remaining()).
* gnu/java/nio/DatagramChannelImpl.java (receive): Ditto.

2005-11-11  Mark Wielaard  <mark@klomp.org>

Reported by john.zigman@anu.edu.au as bug #24608.
* gnu/java/nio/SocketChannelImpl.java (read): Put readBytes in
destination ByteBuffer when it doesn't have an array instead of len
bytes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109422 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/gnu/java/nio/DatagramChannelImpl.java
libjava/gnu/java/nio/SocketChannelImpl.java