solana/programs/sbf/c
Alessandro Decina 8757f8df73
programs/sbf: c/float: work on stack values (#32192)
Before this change the program was writing into the realloc region.
Direct mapping is going to  enforce permissions on the realloc region,
and the program doesn't have permissions to write, so move to working on
the stack to avoid access violation errors.
2023-06-19 18:04:19 +02:00
..
src programs/sbf: c/float: work on stack values (#32192) 2023-06-19 18:04:19 +02:00
.gitignore
makefile