Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 9814 invoked from network); 5 Nov 2006 17:43:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2006 17:43:39 -0000 Received: (qmail 17076 invoked by uid 500); 5 Nov 2006 17:43:50 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 16974 invoked by uid 500); 5 Nov 2006 17:43:50 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 16960 invoked by uid 99); 5 Nov 2006 17:43:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 09:43:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 09:43:38 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61A0B7142CE for ; Sun, 5 Nov 2006 09:43:18 -0800 (PST) Message-ID: <4519227.1162748598397.JavaMail.root@brutus> Date: Sun, 5 Nov 2006 09:43:18 -0800 (PST) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Resolved: (HARMONY-1899) [drlvm] possible overflow while parsing annotations in classfile In-Reply-To: <32238913.1161152195063.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-1899?page=all ] Geir Magnusson Jr resolved HARMONY-1899. ---------------------------------------- Resolution: Fixed r471473 Ubuntu 6 - smoke, ~kernel, c-unit Problem was unlikely, I think, but this clearly is correct now > [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 > Assigned To: Geir Magnusson Jr > Priority: Trivial > Attachments: H-1899.patch > > > 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