This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add method type checking


Hi all,

This commit adds checks during method lookups that ensure that the
argument types and the return type of the found method match those
expected by the calling method.  This defeats the attacks detailed
in
http://www.cis.upenn.edu/~bcpierce/courses/629/papers/Saraswat-javabug.html.

Cheers,
Gary

Attachment: patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]