-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fix another use-after-free with static properties/destructors #10546
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
Conversation
Right, I had a brief look and I think this makes sense, thanks for handling this |
I'll take a look on Moday |
9abe9c7
to
45c457d
Compare
Unfortunately, I don't think Zend/tests/gh10168_6.phpt can be solved without adjusting |
c959fca
to
fcf4ab3
Compare
|
Also make expression result of assignments consistent, containing the value of the variable from after the destructor has been executed. See phpGH-10168
2600712
to
695fe86
Compare
Closed in favor of #10606. |
Also make expression result of assignments consistent, containing the value of the variable from after the destructor has been executed.
See GH-10168
This will be backported to PHP-8.1 but runs against master CI to prove ASAN passes.
/cc @nielsdos (Can't add you as a reviewer)