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

Fix NULL arithmetic in System V shared memory emulation #17550

Open
wants to merge 1 commit into
base: PHP-8.3
Choose a base branch
from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jan 23, 2025

For the first child process execution, TWG(shm) is NULL; we need to catch that to avoid undefined behavior.


Basically the same issue as #17470. It might be a good idea to set up a Windows nightly with Clang sanitizers enabled.

For the first child process execution, `TWG(shm)` is `NULL`; we need to
catch that to avoid undefined behavior.
@cmb69 cmb69 marked this pull request as ready for review January 23, 2025 16:35
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

MSTM

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.

3 participants