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.Lookup OOM on bad ID (#4864)
Passing a large type ID to Lookup can cause it to allocate an arbirary amount of memory. Fix by not growing the cache if the ID is unknown to the underlying zed.Mapper. Closes #4858.
- Loading branch information