You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2019/07/06 15:12:00 UTC

[jira] [Commented] (BCEL-312) AssertionViolation: INTERNAL ERROR Please adapt StringRepresentation to deal with ConstantPackage in Verifier Pass 2

    [ https://issues.apache.org/jira/browse/BCEL-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16879694#comment-16879694 ] 

Gary Gregory commented on BCEL-312:
-----------------------------------

The {{Hello}} class file you provided is not in a Java package, therefore I cannot add it along with all of your other classes with the exact same unpackaged class name :( to our {{src/test/resources}} folder.

It would be great if you could provide class files in a package named after _something_ like jqf_0, jqf_1, and son on. This would allow us to add these files as {{src/test/resources/jqf_0/Hello.class}}, {{src/test/resources/jqf_1/Hello.class}}, and so on.

> AssertionViolation: INTERNAL ERROR Please adapt StringRepresentation to deal with ConstantPackage in Verifier Pass 2
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: BCEL-312
>                 URL: https://issues.apache.org/jira/browse/BCEL-312
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Verifier
>    Affects Versions: 6.2
>            Reporter: Rohan Padhye
>            Priority: Major
>         Attachments: Hello.class
>
>
> Verifier pass 2 throws an INTERNAL ERROR on malformed input instead of reporting verification failure.
> h1. Steps to reproduce:
>  
> Save the attached file as "Hello.class" and run:
> java -cp <classpath> org.apache.bcel.verifier.Verifier Hello
>  
> The file Hello.class was generated automatically by the fuzzer JQF ([https://github.com/rohanpadhye/jqf]).
> h2. Expected output:
> VERIFIED_REJECTED
> h2. Observed output:
> JustIce by Enver Haase, (C) 2001-2002.
> <http://bcel.sourceforge.net>
> <http://commons.apache.org/bcel>
>  
> Now verifying: Hello
>  
> Pass 1:
> VERIFIED_OK
> Passed verification.
>  
> Exception in thread "main" org.apache.bcel.verifier.exc.AssertionViolatedException: INTERNAL ERROR: Please adapt 'class org.apache.bcel.verifier.statics.StringRepresentation' to deal with objects of class 'class org.apache.bcel.classfile.ConstantPackage'.
>  at org.apache.bcel.verifier.statics.StringRepresentation.toString(StringRepresentation.java:110)
>  at org.apache.bcel.verifier.statics.Pass2Verifier.tostring(Pass2Verifier.java:1569)
>  at org.apache.bcel.verifier.statics.Pass2Verifier.access$100(Pass2Verifier.java:86)
>  at org.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor.checkIndex(Pass2Verifier.java:371)
>  at org.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor.visitConstantFieldref(Pass2Verifier.java:452)
>  at org.apache.bcel.classfile.ConstantFieldref.accept(ConstantFieldref.java:69)
>  at org.apache.bcel.classfile.DescendingVisitor.visitConstantFieldref(DescendingVisitor.java:295)
>  at org.apache.bcel.classfile.ConstantFieldref.accept(ConstantFieldref.java:69)
>  at org.apache.bcel.classfile.DescendingVisitor.visitConstantPool(DescendingVisitor.java:269)
>  at org.apache.bcel.classfile.ConstantPool.accept(ConstantPool.java:91)
>  at org.apache.bcel.classfile.DescendingVisitor.visitJavaClass(DescendingVisitor.java:105)
>  at org.apache.bcel.classfile.JavaClass.accept(JavaClass.java:213)
>  at org.apache.bcel.classfile.DescendingVisitor.visit(DescendingVisitor.java:85)
>  at org.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor.<init>(Pass2Verifier.java:361)
>  at org.apache.bcel.verifier.statics.Pass2Verifier$CPESSC_Visitor.<init>(Pass2Verifier.java:317)
>  at org.apache.bcel.verifier.statics.Pass2Verifier.constant_pool_entries_satisfy_static_constraints(Pass2Verifier.java:302)
>  at org.apache.bcel.verifier.statics.Pass2Verifier.do_verify(Pass2Verifier.java:161)
>  at org.apache.bcel.verifier.PassVerifier.verify(PassVerifier.java:71)
>  at org.apache.bcel.verifier.Verifier.doPass2(Verifier.java:76)
>  at org.apache.bcel.verifier.Verifier.main(Verifier.java:211)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)