Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spa: use sized local info rather than incoming
We allow a default 0 length in the incoming const info to mean a default size (of 512). We implement it by copying the incoming const info to a copy in the spa that we can adapt, which is all good. But in two cases after we dumbly use the incoming const info directly instead of the adapted copy. #3294
- Loading branch information