diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 10:47:00 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 10:47:00 +0200 |
| commit | dbffc7416c8463458d5049485fc838e33459089b (patch) | |
| tree | 65c508e7f6807db89b2fab1ed86ae0a489c4c2c6 /librecrypt_realise_salts.c | |
| parent | Add WITH_LIBAR2SIMPLIFIED=false + work on fuzzing code (diff) | |
| download | librecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.gz librecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.bz2 librecrypt-dbffc7416c8463458d5049485fc838e33459089b.tar.xz | |
Fix fuzzing code
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | librecrypt_realise_salts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librecrypt_realise_salts.c b/librecrypt_realise_salts.c index c7b7071..62bb2c3 100644 --- a/librecrypt_realise_salts.c +++ b/librecrypt_realise_salts.c @@ -367,6 +367,7 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) } free(out_buffer); + free(settings); return 0; } |
