[*] Reject base62 codes longer than 11 chars (#2) #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-long-codes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #2. A 12-char code can overflow u64 mid-multiply; bound the length up front and return None instead.
One nit: worth a test at the 12-char boundary.
Reject base62 codes longer than 11 chars (#2)to [*] Reject base62 codes longer than 11 chars (#2)Pull request closed