-
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
Soap segfault when classmap instantiation fails #16259
Labels
Comments
We need to check for |
Actaually, there's other cases that can fail too, so we should just add a runtime check. |
nielsdos
changed the title
Segmentation fault in ext/soap/php_encoding.c:1206
Soap segfault when classmap instantiation fails
Oct 6, 2024
nielsdos
added a commit
to nielsdos/php-src
that referenced
this issue
Oct 6, 2024
Instantiation failure checks were missing.
nielsdos
added a commit
that referenced
this issue
Oct 7, 2024
* PHP-8.2: Fix GH-16259: Soap segfault when classmap instantiation fails
nielsdos
added a commit
that referenced
this issue
Oct 7, 2024
* PHP-8.3: Fix GH-16259: Soap segfault when classmap instantiation fails
nielsdos
added a commit
that referenced
this issue
Oct 7, 2024
* PHP-8.4: Fix GH-16259: Soap segfault when classmap instantiation fails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: