HVM icon indicating copy to clipboard operation
HVM copied to clipboard

Function names longer than 32 bytes don't work

Open CatsAreFluffy opened this issue 9 months ago • 0 comments

https://github.com/HigherOrderCO/HVM/blob/542ca9884428924c559beeeda2786abaec81defa/src/hvm.rs#L930 underflows for function names longer than 32 bytes, causing an immediate crash if HVM is compiled in debug mode, and inscrutable errors later if it's compiled in release mode.

CatsAreFluffy avatar May 19 '24 08:05 CatsAreFluffy