Skip to content

Fixes memory issue in thread_info_base #1636

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yerodin
Copy link

@yerodin yerodin commented Jun 2, 2025

Uses a chunk size of 8 consistently to prevent possible memory allocation issues when ASIO_HAS_IO_URING is inconsistent across compilation units.

Fixes #1635

@yerodin yerodin changed the title Fixes chriskohlhoff/asio#1635 Fixes memory issue in thread_info_base Jun 2, 2025
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.

Possible Heap Buffer Overflow when BOOST_ASIO_HAS_IO_URING definition is inconsistent across compilation units
1 participant