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

[Backport v3.4-branch] posix: pthread: ensure pthread_key_delete() removes correct key #65749

Closed
wants to merge 2 commits into from

Conversation

zephyrbot
Copy link
Collaborator

@zephyrbot zephyrbot commented Nov 24, 2023

Backport 0e11bcf~2..0e11bcf from #65697.

Fixes #65696

Previously, `pthread_key_delete()` was only ever deleting key 0
rather than the key corresponding to the provided argument.

Signed-off-by: Christopher Friedt <[email protected]>
(cherry picked from commit a89fa32)
Ensure that the correct key is deleted via pthread_key_delete().

Signed-off-by: Christopher Friedt <[email protected]>
(cherry picked from commit 0e11bcf)
@zephyrbot zephyrbot added the Backport Backport PR and backport failure issues label Nov 24, 2023
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Nov 24, 2023
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jan 31, 2024
@cfriedt
Copy link
Member

cfriedt commented Feb 1, 2024

@jgl-meta - could you review this and potentially merge if it looks ok?

@github-actions github-actions bot removed the Stale label Feb 2, 2024
Copy link

github-actions bot commented Apr 2, 2024

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Apr 2, 2024
@github-actions github-actions bot closed this Apr 16, 2024
@nashif nashif deleted the backport-65697-to-v3.4-branch branch November 16, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Backport Backport PR and backport failure issues Stale
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants