-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC-31141 Validate global sort connect protocol
Add a const signature to the global sort connect protocol, and validate it in the header on connect. This is to exclude 'rogue' attempts to connect to the sort socket, possibly from k8s health type checks. Also remove pointless byte ordering on serialize/deserialize in this context, where both sides are implicitly on same OS/byte-order/version. Signed-off-by: Jake Smith <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
8 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
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
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