Skip to content

Fix #14758 Improve cfg: Add a list of pthread functions to posix lib - #8814

Merged
olabetskyi merged 7 commits into
cppcheck-opensource:mainfrom
olabetskyi:fix_14758
Aug 28, 2026
Merged

Fix #14758 Improve cfg: Add a list of pthread functions to posix lib#8814
olabetskyi merged 7 commits into
cppcheck-opensource:mainfrom
olabetskyi:fix_14758

Conversation

@olabetskyi

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread test/cfg/posix.c

void pthread_define_test()
{
PTHREAD_STACK_MIN;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test does not look proper to me. If the changes in posix.cfg are reverted I assume this test will still be successful? it doesn't test that PTHREAD_STACK_MIN is defined right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was crashing when it wasn't set

danmar
danmar previously approved these changes Aug 28, 2026
@olabetskyi
olabetskyi merged commit e6f7b92 into cppcheck-opensource:main Aug 28, 2026
71 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