Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly check dst len is >= tag size
This is a safety check to ensure we do not wrap dst len when removing tag size. All of this code would get much cleaner if the tag could just be returned instead of cached. see #714
- Loading branch information