fix: null pointer dereference and memory leak#20829
fix: null pointer dereference and memory leak#20829Syh-Xiong wants to merge 1 commit intophp:masterfrom
Conversation
CLA: trivial
|
I don't see how this can be a NULL pointer dereference or memory leak? php_dom_private_data_create never fails and therefore never returns NULL. EDIT: and also |
That's false
You're misunderstanding the code. The document proxy is copied if the source and target document are the same, otherwise a new one is set.
That's false because the private data is still attached to the document proxy. Is this AI? |
CLA: trivial