Skip to content

Commit 1269ead

Browse files
authored
libssh: duplicate targets to test allocations failures (#14059)
Following merge of https://gitlab.com/libssh/libssh-mirror/-/merge_requests/637 These targets found https://www.libssh.org/security/advisories/CVE-2025-8114.txt and some local heap use after free, and memory leaks
1 parent d175027 commit 1269ead

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/libssh/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ for f in $fuzzers; do
3737

3838
if [ -d "$SRC/libssh/tests/fuzz/${fuzzerName}_corpus" ]; then
3939
zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/libssh/tests/fuzz/${fuzzerName}_corpus/*
40+
cp $OUT/${fuzzerName}_seed_corpus.zip $OUT/${fuzzerName}_nalloc_seed_corpus.zip
4041
fi
42+
43+
cp $OUT/${fuzzerName} $OUT/${fuzzerName}_nalloc
4144
done
4245
popd

0 commit comments

Comments
 (0)