Bitcask server #14
Bitcask server #14
133 new issues (0 max.) of at least severity.
Annotations
Check failure on line 101 in bitcask/include/common.h
codacy-production / Codacy Static Code Analysis
bitcask/include/common.h#L101
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.
Check warning on line 11 in bitcask/include/compactor.h
codacy-production / Codacy Static Code Analysis
bitcask/include/compactor.h#L11
Include file: <vector> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 14 in bitcask/include/data_file.h
codacy-production / Codacy Static Code Analysis
bitcask/include/data_file.h#L14
Include file: <fcntl.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 10 in bitcask/include/file_id.h
codacy-production / Codacy Static Code Analysis
bitcask/include/file_id.h#L10
Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 15 in bitcask/include/partition.h
codacy-production / Codacy Static Code Analysis
bitcask/include/partition.h#L15
Include file: <kio/core/bytes_mut.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check failure on line 29 in bitcask/src/entry.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/entry.cpp#L29
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.
Check failure on line 30 in bitcask/src/entry.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/entry.cpp#L30
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.
Check failure on line 34 in bitcask/src/entry.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/entry.cpp#L34
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.
Check failure on line 95 in bitcask/src/entry.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/entry.cpp#L95
Does not check for buffer overflows when copying to destination (CWE-120). Make sure destination can always hold the source data.
Check warning on line 3 in bitcask/src/partition.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/partition.cpp#L3
Include file: <algorithm> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 4 in bitcask/src/partition.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/partition.cpp#L4
Include file: <memory> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 6 in bitcask/src/partition.cpp
codacy-production / Codacy Static Code Analysis
bitcask/src/partition.cpp#L6
Include file: <kio/core/bytes_mut.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 11 in bitcask/tests/integration/bitkv_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/integration/bitkv_test.cpp#L11
Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 12 in bitcask/tests/integration/bitkv_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/integration/bitkv_test.cpp#L12
Include file: <filesystem> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 13 in bitcask/tests/integration/bitkv_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/integration/bitkv_test.cpp#L13
Include file: <random> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 15 in bitcask/tests/integration/partition_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/integration/partition_test.cpp#L15
Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 16 in bitcask/tests/integration/partition_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/integration/partition_test.cpp#L16
Include file: <filesystem> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 5 in bitcask/tests/unit/config_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/unit/config_test.cpp#L5
Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 8 in bitcask/tests/unit/entry_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/unit/entry_test.cpp#L8
Include file: <gtest/gtest.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 9 in bitcask/tests/unit/entry_test.cpp
codacy-production / Codacy Static Code Analysis
bitcask/tests/unit/entry_test.cpp#L9
Include file: <span> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 9 in demo/tls_file_server/file_server.cpp
codacy-production / Codacy Static Code Analysis
demo/tls_file_server/file_server.cpp#L9
Include file: <thread> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 9 in kio/core/async_logger.h
codacy-production / Codacy Static Code Analysis
kio/core/async_logger.h#L9
Include file: <atomic> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 13 in kio/core/async_logger.h
codacy-production / Codacy Static Code Analysis
kio/core/async_logger.h#L13
Include file: <exception> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 19 in kio/core/async_logger.h
codacy-production / Codacy Static Code Analysis
kio/core/async_logger.h#L19
Include file: <stop_token> not found. Please note: Cppcheck does not need standard library headers to get proper results.
Check warning on line 24 in kio/core/async_logger.h
codacy-production / Codacy Static Code Analysis
kio/core/async_logger.h#L24
Include file: <utility> not found. Please note: Cppcheck does not need standard library headers to get proper results.