-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Fixes for GUnixFDList related issues #1506
Merged
Merged
Commits on Nov 14, 2024
-
clipboard: Don't complete an invocation when we sent an error already
This also makes sure the selection_read_done won't crash when the backend call fails.
Configuration menu - View commit details
-
Copy full SHA for 896ac3d - Browse repository at this point
Copy the full SHA 896ac3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e9875 - Browse repository at this point
Copy the full SHA 58e9875View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a6d08 - Browse repository at this point
Copy the full SHA 81a6d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4becc - Browse repository at this point
Copy the full SHA 8c4beccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d1c7a - Browse repository at this point
Copy the full SHA 57d1c7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88473ef - Browse repository at this point
Copy the full SHA 88473efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c351188 - Browse repository at this point
Copy the full SHA c351188View commit details -
sealed-fd: Handle more error conditions in from_handle
This allows passing in a GVariant and GUnixFDList directly from the DBus APIs without having to do pre condition checking in the caller.
Configuration menu - View commit details
-
Copy full SHA for 7ae6c23 - Browse repository at this point
Copy the full SHA 7ae6c23View commit details -
Always close fd returned from g_unix_fd_list_get
Mostly by assining to an owning g_autofd variable. It also makes sure the variables get cleared to -1 where applicable. This also includes a change to take a lock before accessing the data protected by the lock.
Configuration menu - View commit details
-
Copy full SHA for 137a3b6 - Browse repository at this point
Copy the full SHA 137a3b6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.