CRITICAL overflow from utask_fixup_stack_len #3

Closed
opened 2023-02-13 19:50:38 +00:00 by alexisvl · 0 comments

utask_fixup_stack_len rounds the wrong way, causing us to take more stack if the length isn't a multiple of 4, not less. Only an issue if someone tries to define a stack with a length that isn't a multiple of 4, but a critical issue if they do.

`utask_fixup_stack_len` rounds the wrong way, causing us to take _more_ stack if the length isn't a multiple of 4, not less. Only an issue if someone tries to define a stack with a length that isn't a multiple of 4, but a critical issue if they do.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alexisvl/utask#3
There is no content yet.