Skip to content

[pull] master from php:master #14

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 2 commits into from
Feb 5, 2022
Merged

[pull] master from php:master #14

merged 2 commits into from
Feb 5, 2022

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 5, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

MaxKellermann and others added 2 commits February 5, 2022 19:13
Don't call fchmod(-1), which is not only wrong, but also clobbers
errno and sets it to EBADF, breaking the following errno access for
the log message.
`error: comparison of integer expressions of different signedness: ‘size_t’ {aka
‘long unsigned int’} and ‘long int’ [-Werror=sign-compare]`

This is asserting `end >= haystack` as a precondition for callers (in debug
builds) and existing callers are correct.

An alternate option is to cast the left side to `int64_t`, but that may be
slightly inefficient for 32-bit builds.
@pull pull bot added the ⤵️ pull label Feb 5, 2022
@pull pull bot merged commit 7b90ebe into ConnectionMaster:master Feb 5, 2022
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully 🔍 Ready for Review Pull Request is not reviewed yet and removed ✨ Merged Pull Request has been merged successfully labels Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants