summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2010-12-25 16:53:14 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2010-12-25 16:53:14 +0000
commit44bc36797efb004b85bef4e540caae998ede7fc1 (patch)
tree86633ff5dae77371a2ecc46ebf0536eb2920ee37 /ChangeLog
parente2d3135056d61448313e413b201697b3808f06ba (diff)
downloadclasspath-44bc36797efb004b85bef4e540caae998ede7fc1.tar.gz
PR classpath/42390: Add security check to ObjectOutputStream(OutputStream) constructor.
2010-12-25 Andrew John Hughes <ahughes@redhat.com> PR classpath/42390 * java/io/ObjectOutputStream.java: (ObjectOutputStream(OutputStream)): Add required security check. (overridesMethods(Class<?>)): Check whether the subclass overrides one of the methods which requires a security check.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8144de577..e8c56c183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-25 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/42390
+ * java/io/ObjectOutputStream.java:
+ (ObjectOutputStream(OutputStream)): Add
+ required security check.
+ (overridesMethods(Class<?>)): Check whether
+ the subclass overrides one of the methods
+ which requires a security check.
+
2010-12-24 Andrew John Hughes <ahughes@redhat.com>
* java/security/ProtectionDomain.java,