Skip to content

Fix GH-16357: openssl may modify member types of certificate arrays #16370

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 11, 2024

We must not use try_convert_to_string() on members of unseparated array arguments; instead of separating, we use zval_try_get_string().

We must not use `try_convert_to_string()` on members of unseparated
array arguments; instead of separating, we use `zval_try_get_string()`.
@cmb69 cmb69 requested a review from bukka as a code owner October 11, 2024 12:43
@cmb69 cmb69 linked an issue Oct 11, 2024 that may be closed by this pull request
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense to me

@cmb69 cmb69 closed this in 549bcdb Oct 12, 2024
@cmb69 cmb69 deleted the cmb/gh16357 branch October 13, 2024 00:52
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.

openssl may modify member types of certificate arrays
3 participants