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

Check MACH_PORT_VALID on return from pthread_mach_thread_np #3520

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 27, 2023

  1. Check MACH_PORT_VALID on return from pthread_mach_thread_np

    pthread_mach_thread_np can return invalid values so check for those and return nullptr from ThreadHandle
    indragiek committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4b8cfd7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    indragiek committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    b656bde View commit details
    Browse the repository at this point in the history
  3. Format code

    getsentry-bot committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c4496ee View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    485dc2b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    6fac4d6 View commit details
    Browse the repository at this point in the history