This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.16: programs/sbf: c/float: work on stack values (backport of #32192)…
… (#32193) 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. (cherry picked from commit 8757f8d) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
- Loading branch information