GHSA-xpp3-xrff-w6rh

Source
https://github.com/advisories/GHSA-xpp3-xrff-w6rh
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/08/GHSA-xpp3-xrff-w6rh/GHSA-xpp3-xrff-w6rh.json
Aliases
Published
2022-08-12T15:31:10Z
Modified
2023-11-08T04:24:29.736305Z
Details

Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer TTL value, but one TTL value for each column family is expected.

This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple column families.

This bug has been fixed in v0.19.0.

References

Affected packages

crates.io / rocksdb

Package

Name
rocksdb

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
0.19.0

Ecosystem specific

{
    "affected_functions": [
        "rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl"
    ]
}