Coder Social home page Coder Social logo

[CLOSED] Verify operand stack check about avm HOT 4 CLOSED

aionbot avatar aionbot commented on August 28, 2024
[CLOSED] Verify operand stack check

from avm.

Comments (4)

aionbot avatar aionbot commented on August 28, 2024

Comment by JunhanHu-aion (on Wednesday May 09, 2018 at 17:42 GMT)

Can confirm that java.lang.VerifyError will be raised by VM in case of a operand stack overflow.
I'm investigating how to properly use asm library to set the max operand stack size. MethodVisitor.visitMaxs() seems not setting the limit as we intended.

from avm.

aionbot avatar aionbot commented on August 28, 2024

Comment by jeff-aion (on Wednesday May 09, 2018 at 18:00 GMT)

I believe that is over-ridden by built-in ASM logic, via new ClassWriter(ClassWriter.COMPUTE_FRAMES);
We might need that for things other than operand stack and variable count, though. I think it is also used to compute the stack map, which is probably tricky to do manually.

from avm.

aionbot avatar aionbot commented on August 28, 2024

Comment by JunhanHu-aion (on Wednesday May 09, 2018 at 21:25 GMT)

Test created as org.aion.avm.core.instrument.BytecodeVerificationTest
Local variable table overflow and Operand stack overflow can be detected by JVM before execution.

from avm.

aionbot avatar aionbot commented on August 28, 2024

Comment by JunhanHu-aion (on Thursday May 10, 2018 at 15:47 GMT)

Confirmed the loop cases wont break the verifier. Stack map frame can stop the loop from keeping push to the operand stack. Test cases created inside BVT.

from avm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.