Skip to content

gh-148252: Avoid overflow in _remote_debugging binary reader bounds checks#148972

Open
maurycy wants to merge 3 commits intopython:mainfrom
maurycy:remote-debugging-int-bounds
Open

gh-148252: Avoid overflow in _remote_debugging binary reader bounds checks#148972
maurycy wants to merge 3 commits intopython:mainfrom
maurycy:remote-debugging-int-bounds

Conversation

@maurycy
Copy link
Copy Markdown
Contributor

@maurycy maurycy commented Apr 24, 2026


/* File structure sizes */
#define FILE_FOOTER_SIZE 32
#define SAMPLE_RECORD_HEADER_SIZE (sizeof(uint64_t) + sizeof(uint32_t) + 1)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@maurycy maurycy changed the title gh-148252: Avoid overflow in _remote_debugging binary reader bound checks gh-148252: Avoid overflow in _remote_debugging binary reader bounds checks Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant