public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/16032] New: libgcj should reject class files with incorrect version numbers
@ 2004-06-17  3:51 tromey at gcc dot gnu dot org
  2004-09-16  7:17 ` [Bug libgcj/16032] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-06-17  3:51 UTC (permalink / raw)
  To: java-prs

Currently libgcj allows class files with bad version numbers.
>From defineclass.cc:

  /* FIXME: Decide which range of version numbers to allow */

  /* int minor_version = */ read2u ();
  /* int major_verson  = */ read2u ();

Sun's JDK rejects some files with bad version numbers,
we ought to as well.

-- 
           Summary: libgcj should reject class files with incorrect version
                    numbers
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16032


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-15 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-17  3:51 [Bug libgcj/16032] New: libgcj should reject class files with incorrect version numbers tromey at gcc dot gnu dot org
2004-09-16  7:17 ` [Bug libgcj/16032] " pinskia at gcc dot gnu dot org
2005-04-17 21:07 ` cvs-commit at gcc dot gnu dot org
2005-09-15 22:02 ` cvs-commit at gcc dot gnu dot org
2005-09-15 22:05 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).