Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust size of packing slice before allocating
- Changes table.(*packerV4).pack.func1 (split) to adjust the max parameter before using it to allocate slice size. Previously the full max size was allocated then max was (possibly) truncated before further use.
- Loading branch information