Skip to content

Fork Sync #2

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

Open
wants to merge 136 commits into
base: master
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 5, 2022

No description provided.

Copy link
Author

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Auto approved

The free would cause a use-after-free when the plist is later freed, which
eventually ends up in a crash.

Thanks @TrungNguyen1909 for catching this.
A logical bug did prevent parsing the 'Error' node since the code
path is never reached when a 'Result' node is found first. This
is mitigated by always checking for the 'Error' node first.
Fidetro and others added 30 commits June 7, 2025 11:26
…ient_new

This way we make sure to also retrieve the device version and class if the
device is not paired yet.
This allows getting a numerical representation of the device's
ProductVersion string for easier version range checks
Allows -Wimplicit-fallthrough to pass in LLVM.

Thanks to @r-barnes for pointing this out.
The new -M/--unmatch option allows filtering out messages containing specific strings, complementing the existing -m/--match functionality. This provides more flexible log filtering capabilities for users.
At the same time, make sure we don't set a negative value to *processed
for OpenSSL >= 3.0
… to lockdownd

In restore mode these requests fail so we need to make sure we are
actually talking to lockdownd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.