-
Notifications
You must be signed in to change notification settings - Fork 166
fix(prof): Do not call zend_jit_status()
on affected versions
#3356
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
Conversation
zend_jit_status()
on affected versionszend_jit_status()
on affected versions
zend_jit_status()
on affected versionszend_jit_status()
on affected versions
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3356 +/- ##
=======================================
Coverage 61.92% 61.92%
=======================================
Files 140 140
Lines 12356 12356
Branches 1616 1616
=======================================
Hits 7651 7651
Misses 3995 3995
Partials 710 710 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ profiler ]Benchmark execution time: 2025-07-28 14:27:25 Comparing candidate commit 7d78a4d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 29 metrics, 7 unstable metrics. |
1e4974c
to
e17191c
Compare
65abe9e
to
7cbc033
Compare
7cbc033
to
7d78a4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We don't parse units but in practice it probably works, since strcmp(str, "0") == 0
would also match 0M
, 0K
, etc.
* do not call `zend_jit_status()` on affected versions * upstream PR not yet merged
Description
There is a use-after-free crash which we need to work around.
I've already prepared for the upstream fix to be merged and added some version checks that are all commented out at this point in time and should have the comment removed and version number fixed once the upstream PR has landed.
PROF-12148
Reviewer checklist