VYPR

crates.io package

ic-stable-structures

pkg:cargo/ic-stable-structures

Vulnerabilities (1)

  • CVE-2024-4435May 21, 2024
    affected >= 0.6.0, < 0.6.4fixed 0.6.4

    When storing unbounded types in a BTreeMap, a node is represented as a linked list of "memory chunks". It was discovered recently that when we deallocate a node, in some cases only the first memory chunk is deallocated, and the rest of the memory chunks remain (incorrectly) alloc