Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cast to uk_thread #3

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

marcrittinghaus
Copy link
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
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