AleoNet / snarkVM

A Virtual Machine for Zero-Knowledge Executions
https://snarkvm.org
Apache License 2.0
1.06k stars 1.49k forks source link

[refactor] Improve the Display impl for ProgramCore #2532

Open ljedrz opened 1 month ago

ljedrz commented 1 month ago

This is technically a refactoring, but with some performance implications; this impl also shouldn't cause a panic anymore in case of a formatting error.

Found via fuzzing, with Stack::new causing multiple crashes during the parse check.