Skip to content

claude v100

ce42c5c
Select commit
Loading
Failed to load commit list.
Open

Bitcask server #14

claude v100
ce42c5c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 13, 2026 in 0s

133 new issues (0 max.) of at least severity.

Annotations

Check failure on line 101 in bitcask/include/common.h

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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.