Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[setup_payload] Fixed bug with not reducing span size properly (#18598)
Output buffer span is not reduced properly, as subspan is passed to the base38Encode method and changed size doesn't propagate to the outBuffer. Added reducing outBuffer size to the subSpan + prefixLen size.
- Loading branch information