update makefile to remove hsm_encryption
What changed, and why it matters
This commit removes one object file (hsm_encryption.o) from a fuzz-testing Makefile. It is a build/test maintenance change with no visible security relevance to the actual Core Lightning software.
No security action needed. Treat as routine build/test maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes ‘common/hsm_encryption.o’ from FUZZ_COMMON_OBJS in tests/fuzz/Makefile. This only affects how fuzzing test binaries are built, removing a now-unnecessary or renamed compilation unit from the fuzz target link list. There is no code change, no functional change, and no indication of a vulnerability.
Changed components
tests/fuzz/MakefileInspect captured patch +0 / −1
diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile
index d7cdd0c9..bcd6f0fd 100644
--- a/tests/fuzz/Makefile
+++ b/tests/fuzz/Makefile
@@ -41,7 +41,6 @@ FUZZ_COMMON_OBJS := \
common/features.o \
common/fee_states.o \
common/hash_u5.o \
- common/hsm_encryption.o \
common/htlc_state.o \
common/initial_channel.o \
common/initial_commit_tx.o \
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.