-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Extensions
-
3
-
2023-07-25 Absolute unit
In zstd_init_context_pool, we allocate a context pool and then a bunch of contexts. If we fail to allocate a context, then we bail from the function without freeing the context pool, leading to a memory leak.