[PATCH] D49058: [analyzer] Move DanglingInternalBufferChecker out of alpha

Reka Kovacs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 18 09:30:15 PDT 2018


rnkovacs added a comment.

Two more reports on Ceph that seem to be true positives (no other reports from this checker):

1. Here <https://goo.gl/7ZK7Nv> (or if it does not work, the bug is on L130 here <https://github.com/ceph/ceph/blob/v14.0.0/src/kv/RocksDBStore.cc#L130>).
2. Here <https://goo.gl/JGmfny> (or L363 and L373 here <https://github.com/ceph/rocksdb/blob/9090ae3ecfbf9b50a398a5d8b178f14b88dc047e/db/db_impl_open.cc#L363>).


https://reviews.llvm.org/D49058





More information about the cfe-commits mailing list