[drlvm] possible overflow while parsing annotations in classfile
----------------------------------------------------------------
Key: HARMONY-1899
URL: http://issues.apache.org/jira/browse/HARMONY-1899
Project: Harmony
Issue Type: Bug
Components: DRLVM
Reporter: Alexey Varlamov
Priority: Trivial
There are several typos in vm/vmcore/src/class_support/Class_File_Loader.cpp, incorrectly
sized int is used to receive number of bytes actually read for annotation attributes. This
may crash the VM if loaded class have very huge annotation values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|