AtomVM
AtomVM copied to clipboard
Make `avmpack.c` resilient to malformed avm files
Code should be changed to make it more resilient when a corrupted avm file is provided.
Changes such as changing strcmp with strncmp functions and similar changes should be evaluated.