mirror of
https://github.com/fluencelabs/musl
synced 2025-06-01 00:51:41 +00:00
due to an incorrect return statement in this error case, the previously blocked cancellation state was not restored and no result was stored. this could lead to invalid (read) accesses in the caller resulting in crashes or nonsensical result data in the event of memory exhaustion.