Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zed.MapperLookupCache bug (#4877)
The recent switch in MapperLookupCache.Lookup to slices.Grow in #4864 introduces a bug because Reset truncates the cache without zeroing it, allowing slices.Grow to expose old entries. This wasn't a problem previously because the method used to grow the cache zeroed old entries before reusing their storage.
- Loading branch information