-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Instead of a single set of validation canons we need them for each ARC instance. * `arc_add_canon()`'s deduplication of header canons was wrong, it didn't account for `hdrlist` and the hash includes the signature header itself so these are always different. * Body canons, which are more expensive, can easily be deduplicated and weren't. * `arc_state` was referenced a couple of times when `arc_cstate` was meant, in a way that made the checks always false in normal operation. The check that wasn't redundant was wrong, though, so two bugs canceled each other out.
- Loading branch information
1 parent
9d864f7
commit 8d9f63a
Showing
8 changed files
with
218 additions
and
134 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
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
Oops, something went wrong.