Avoid wiping full error context on release #27
Reference in New Issue
Block a user
Delete Branch "26"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #26.
Replace the full context memset in akerr_release_error() with targeted recycle-state stores while preserving the pool lock and array identity. Add a regression for handled-state leakage across slot reuse and document the release cost in UPGRADING.md.