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 142 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.
nikias and others added 26 commits June 7, 2025 12:33
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
Both --syslog-relay and --syslog_relay still work regardless, but
it is more aligned with other long options.
These functions are like afc_get_file_info/afc_get_device_info but the
data is returned as a plist_t dictionary instead of a string list.
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.