Skip to content

Fix GH-17017: OOB read when starting up file cache #17023

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

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 2, 2024

zend_system_id is not zero-terminated; as such we must constrain the number of characters we print.


We should probably replace the magic 32 with some macro.

`zend_system_id` is not zero-terminated; as such we must constrain the
number of characters we print.
@cmb69 cmb69 requested a review from dstogov as a code owner December 2, 2024 20:12
@cmb69 cmb69 linked an issue Dec 2, 2024 that may be closed by this pull request
@cmb69 cmb69 merged commit 85f7e54 into php:master Dec 3, 2024
10 checks passed
@cmb69 cmb69 deleted the cmb/gh17017 branch December 3, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OOB read when starting up file cache
2 participants