summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-02-08 14:47:56 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-02-08 14:47:56 +0000
commitd2dc6dc321a13c8a3ba2d07f2b780b269f33782b (patch)
tree95d828b81aeb12f7a5c683c31ca42abd1ce3238c /ChangeLog
parentfa85ef862acaa77f816e29f935d4603906905af4 (diff)
downloadclasspath-d2dc6dc321a13c8a3ba2d07f2b780b269f33782b.tar.gz
PR classpath/42390: Add missing security checks in DatagramSocket.connect.
2012-02-06 Andrew John Hughes <ahughes@redhat.com> PR classpath/42390 * java/net/DatagramSocket.java: (connect(InetAddress,int)): Add missing security checks which OpenJDK performs and we don't. It's possible to initialise a DatagramSocket with null so we should also ensure we are bound.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f90a6465a..014e17987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-06 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/42390
+ * java/net/DatagramSocket.java:
+ (connect(InetAddress,int)): Add missing security
+ checks which OpenJDK performs and we don't. It's
+ possible to initialise a DatagramSocket with null
+ so we should also ensure we are bound.
+
2012-02-01 Andrew John Hughes <ahughes@redhat.com>
* resource/gnu/java/locale/LocaleInformation.properties,