Fantom-foundation / Tosca

Other
11 stars 14 forks source link

Add fuzzing tests to code conversion code #679

Open HerbertJordan opened 1 month ago

HerbertJordan commented 1 month ago

The code conversion in the LFVM code base is one of the biggest surfaces for attackers to crash the LFVM interpreter. Thus, extra care should be applied to harden this target against attacks.

One contribution to this is the establishment of a fuzzer test for input codes in an attempt to identify implementation issues in the fuzzer that could lead to crashes.

LuisPH3 commented 1 month ago

Implementation: #717