CVSROOT:        /sources/classpath
Module name:    classpath
Changes by:     Andrew John Hughes <gnu_andrew> 10/12/25 16:53:15

Modified files:
        .              : ChangeLog 
        java/io        : ObjectOutputStream.java 

Log message:
        PR classpath/42390: Add security check to 
ObjectOutputStream(OutputStream) constructor.
        
        2010-12-25  Andrew John Hughes  <ahug...@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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9807&r2=1.9808
http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/ObjectOutputStream.java?cvsroot=classpath&r1=1.74&r2=1.75

Reply via email to