We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code:
<?php $fragment = new DOMDocumentFragment(); $fusion = $fragment; $nodes = $fusion->childNodes; $iter = $nodes->getIterator(); $iter->next();
Resulted in this output:
Segfault ext/dom/xml_common.h:33:36: runtime error: applying non-zero offset 18446744073709551592 to null pointer SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ext/dom/xml_common.h:33:36 in
PHP 8.4.0-dev
ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Can be reproduced from 8.2.
Sorry, something went wrong.
Fix phpGH-15551: Segmentation fault (access null pointer) in ext/dom/…
9e87e53
…xml_common.h
Merge branch 'PHP-8.2' into PHP-8.3
8a00faa
* PHP-8.2: Fix GH-15551: Segmentation fault (access null pointer) in ext/dom/xml_common.h
9af574c
Merge branch 'PHP-8.3'
6a07400
* PHP-8.3: Fix GH-15551: Segmentation fault (access null pointer) in ext/dom/xml_common.h
nielsdos
Successfully merging a pull request may close this issue.
Description
The following code:
Resulted in this output:
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04
The text was updated successfully, but these errors were encountered: