Skip to content

Fix null-ptr write with pthread_create #356

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

Merged
merged 2 commits into from
May 7, 2025
Merged

Conversation

kateinoigakukun
Copy link
Member

The pthread_create function was called with a null pointer for the thread argument, which is not allowed and led to a memory-write at 0x0.

The `pthread_create` function was called with a null pointer for the
`thread` argument, which is not allowed and led to a memory-write at
0x0.
@kateinoigakukun kateinoigakukun marked this pull request as ready for review May 7, 2025 02:08
@kateinoigakukun kateinoigakukun merged commit 7ccca45 into main May 7, 2025
6 checks passed
@kateinoigakukun kateinoigakukun deleted the yt/fix-nullptr-write branch May 7, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant