-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qrexec-daemon: partially validate messages from client
This is not strictly necessary, as the client is trusted, but it's still good practice. The validation is cheap and debugging a buggy client without it would not be. The validation is limited to that needed to prevent memory unsafety in qrexec-daemon. It's not designed to protect the agent, which can do as much or as little validation as it likes.
- Loading branch information
Showing
1 changed file
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters