-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
phpdbg_watch null pointer access #13681
Comments
Hi @YuanchengJiang. Same as GH-13671. ASAN/LSAN failures on tests with
|
Oh wait, it seems I was misunderstanding. This is a new test. Sorry. |
Thanks. I have double-checked the case is not duplicated with existing test cases. (i.e., the crash site is new: sapi/phpdbg/phpdbg_watch.c:969:41). |
I continuously detect the same issue in recent commits. Wondering any plan to fix it? |
Cc @bwoebi |
thus when removing its entry, no watch point is set and crash on pointer access.
thus when removing its entry, no watch point is set and crash on pointer access.
Description
Given the following phpt:
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: