classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: ClassLoader security patch


From: Jeroen Frijters
Subject: [cp-patches] FYI: ClassLoader security patch
Date: Mon, 1 Aug 2005 12:24:33 +0200

Hi,

I committed the attached patch to fix some potential security holes in
ClassLoader. I also created a Mauve testcase
(gnu/testlet/java/lang/ClassLoader/initialize.java) that tests for this.

Regards,
Jeroen

2005-08-01  Jeroen Frijters  <address@hidden>

        * java/lang/ClassLoader.java
        (defineClass(String,byte[],int,int,ProtectionDomain),
        resolveClass, findSystemClass, setSigners, findLoadedClass):
        Added call to checkInitialized().
        (checkInitialized): New method.

Attachment: ClassLoader.patch.txt
Description: ClassLoader.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]