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
composite_env_wrapper.h -rw-r--r-- 40.0 KB
env.cc -rw-r--r-- 13.4 KB
env_basic_test.cc -rw-r--r-- 12.6 KB
env_chroot.cc -rw-r--r-- 12.6 KB
env_chroot.h -rw-r--r-- 704 bytes
env_encryption.cc -rw-r--r-- 34.7 KB
env_hdfs.cc -rw-r--r-- 19.6 KB
env_posix.cc -rw-r--r-- 16.2 KB
env_test.cc -rw-r--r-- 66.5 KB
file_system.cc -rw-r--r-- 4.4 KB
fs_posix.cc -rw-r--r-- 33.2 KB
io_posix.cc -rw-r--r-- 44.9 KB
io_posix.h -rw-r--r-- 13.9 KB
io_posix_test.cc -rw-r--r-- 4.2 KB
mock_env.cc -rw-r--r-- 20.5 KB
mock_env.h -rw-r--r-- 4.0 KB
mock_env_test.cc -rw-r--r-- 2.7 KB

back to top