diff options
| author | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-01 15:38:00 +0000 |
|---|---|---|
| committer | gary <gary@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-01 15:38:00 +0000 |
| commit | b55535e3e7cdf1f96b876e28a360f3f5576b0843 (patch) | |
| tree | afb0ee26e7027ffac4137c59097ef2f0982a6049 /libjava/ChangeLog | |
| parent | 9891ad1feaedf83b13c416a84644fbc99410bb42 (diff) | |
| download | ppe42-gcc-b55535e3e7cdf1f96b876e28a360f3f5576b0843.tar.gz ppe42-gcc-b55535e3e7cdf1f96b876e28a360f3f5576b0843.zip | |
2006-09-01 Gary Benson <gbenson@redhat.com>
* java/net/InetAddress.java (getLocalHost): Refactor to avoid
security check if getLocalHostname() fails and to provide more
meaningful exceptions it the security check fails.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 65dcba1afd0..594e2f2e22d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,11 @@ 2006-09-01 Gary Benson <gbenson@redhat.com> + * java/net/InetAddress.java (getLocalHost): Refactor to avoid + security check if getLocalHostname() fails and to provide more + meaningful exceptions it the security check fails. + +2006-09-01 Gary Benson <gbenson@redhat.com> + * java/net/InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4-mapped IPv6 addresses. (getByName, getAllByName): Defer to the above to ensure that the |

