mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-27 05:31:40 +01:00
- Switch to using ParseUint of 8 bits to parse the hex values properly as ParseInt limited to 8 bits will only handle values up to 127 decimal or 7F.