• mbaxter's avatar
    cannon: Limit mmap allocations (#285) · 9750b3b0
    mbaxter authored
    * cannon: Basic memory protections
    
    Add memory protections against high memory allocations to the VM.
    This prevents large allocations from causing the `heap` to overflow and
    wrap into low memory, which could overwrite code and cause arbitrary code execution.
    
    ---------
    Co-authored-by: default avatarinphi <mlaw2501@gmail.com>
    9750b3b0
Name
Last commit
Last update
..
cmd Loading commit data...
docs Loading commit data...
mipsevm Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
main.go Loading commit data...