Revision c7432cc3c0848ad4d2a34a3eb40ad94d37477856 authored by Peter Dillinger on 04 June 2020, 22:32:29 UTC, committed by Facebook GitHub Bot on 04 June 2020, 22:35:08 UTC
Summary:
Mostly uninitialized values: some probably written before use, but some seem like bugs. Also, destructor needs to be virtual, and possible use-after-free in test
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6935

Test Plan: make check

Reviewed By: siying

Differential Revision: D21885484

Pulled By: pdillinger

fbshipit-source-id: e2e7cb0a0cf196f2b55edd16f0634e81f6cc8e08
1 parent a8170d7
History
File Mode Size
buckify_rocksdb.py -rw-r--r-- 8.0 KB
check_buck_targets.sh -rwxr-xr-x 776 bytes
rocks_test_runner.sh -rwxr-xr-x 268 bytes
targets_builder.py -rw-r--r-- 3.1 KB
targets_cfg.py -rw-r--r-- 5.3 KB
util.py -rw-r--r-- 3.6 KB

back to top