Skip to content

Fix cast to uk_thread#3

Open
marcrittinghaus wants to merge 1 commit intounikraft:stagingfrom
marcrittinghaus:mritting/fix-ukthread-cast
Open

Fix cast to uk_thread#3
marcrittinghaus wants to merge 1 commit intounikraft:stagingfrom
marcrittinghaus:mritting/fix-ukthread-cast

Conversation

@marcrittinghaus
Copy link
Copy Markdown
Member

The bug fix for the use-after-free in pthread_join required to
change pte_osThreadHandle to point to pte_thread_data instead
of uk_thread. This commit changes pte_thread_data so it can
be cast to a uk_thread pointer.

The bug fix for the use-after-free in pthread_join required to
change pte_osThreadHandle to point to pte_thread_data instead
of uk_thread. This commit changes pte_thread_data so it can
be cast to a uk_thread pointer.

Signed-off-by: Marc Rittinghaus <marc.rittinghaus@kit.edu>
@marcrittinghaus marcrittinghaus added the bug Something isn't working label Feb 16, 2022
@razvand razvand self-assigned this May 19, 2022
@razvanvirtan razvanvirtan added this to the v0.11.0 (Janus) milestone Oct 6, 2022
Copy link
Copy Markdown
Member

@vladandrew vladandrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Mark,

This looks good! Thanks.

Reviewed-by: Vlad-Andrei Badoiu vlad_andrei.badoiu@upb.ro

@nderjung nderjung removed this from the v0.11.0 (Janus) milestone Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: 🧊 Icebox

Development

Successfully merging this pull request may close these issues.

5 participants