-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Support hardened malloc #8940
Comments
Apparently, hardened malloc is a fallible memory allocator (i.e. it may return As such, I don't think it's worth exploring what's happening here. |
@cmb69 Only the ZMM allocator is infallible, we should handle a fallible system allocator (which I assume is what is being replaced here). |
Ah, that would indeed be a very different scenario (I was assuming @cgzones, can you please clarify your use case? |
I used the standard Debian packaging for 8.1 with the source from 8.1.8, set |
Duplicate of #10670 |
The same issue happens on PHP8.2 too. Please help! |
Description
When using hardened malloc php segfaults due to a report of double free or memory corruption from the hardened allocator:
PHP Version
PHP 8.1.8
Operating System
Debian sid
The text was updated successfully, but these errors were encountered: