Skip to content

[BOX32] Fix missing get_attr()#3518

Merged
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:0216
Feb 16, 2026
Merged

[BOX32] Fix missing get_attr()#3518
ptitSeb merged 1 commit intoptitSeb:mainfrom
devarajabc:0216

Conversation

@devarajabc
Copy link
Contributor

@devarajabc devarajabc commented Feb 16, 2026

my32_pthread_attr_setaffinity_np() was passing the raw attr wrapper pointer directly to the native pthread_attr_setaffinity_np() instead of using get_attr(attr) to extract the native pthread_attr_t pointer.

This bug existed since the initial Box32 commit (b5105a1). All other pthread_attr_* functions in threads32.c use get_attr(attr).

my32_pthread_attr_setaffinity_np() was passing the raw attr wrapper
pointer directly to the native pthread_attr_setaffinity_np() instead
of using get_attr(attr) to extract the native pthread_attr_t pointer.

This bug existed since the initial Box32 commit (b5105a1). All other
pthread_attr_* functions in threads32.c correctly use get_attr(attr).
@ptitSeb ptitSeb merged commit dc58ff0 into ptitSeb:main Feb 16, 2026
27 checks passed
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.

2 participants