staktrace / cafebabe

A java class file parser
40 stars 12 forks source link

Fix validate panic #10

Closed schubart closed 2 years ago

schubart commented 2 years ago

Fixes #7 .

Additional simplifications are possible after this: Many calls to ensure_type are no longer required. But I decided to keep this pull request focused on the bug fix.