-
Notifications
You must be signed in to change notification settings - Fork 8k
fix null pointer dereference in php_mail_detect_multiple_crlf via error_log #20862
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
base: master
Are you sure you want to change the base?
Conversation
dc75e05 to
93f25d8
Compare
|
nice but be mindful next times when a ticket had been assigned already. |
|
Sorry for that @devnexen. I should have put a comment before working on it. I can't self assign myself unfortunately. |
|
it s fine no big deal. Cheers. |
08b1619 to
11f4730
Compare
11f4730 to
51cc3dd
Compare
devnexen
left a comment
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.
the fix itself looks good, but I ll let it live for a while, e.g. tests might need updates/changes.
iluuu1994
left a comment
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.
Thanks @jordikroon!
|
Thank you all for your feedback. And for going through my learning experience 😅 Much appreciated. |
Girgias
left a comment
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.
I was planning on refactoring that code a bit more, mainly adding a warning that the to param is required for the email mode. But that is a reasonable fix for the time being.
Fixes #20858