GHSA-3rcq-39xp-7xjp
MEDIUMCVE-2024-4435When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". In some cases, when we deallocate a node only the first memory chunk is deallocated, and the rest of the memory chunks remain (incorrectly) allocated, causing a memory leak.
- Affected
- >=0.6.0, <0.6.4
- Fixed in
- 0.6.4
- Weakness
- CWE-401
- Published
- 2024-05-21
- Source
- github