diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-30 14:51:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 14:51:55 +0100 |
commit | 8cb17a64c4d7a1a1588ada8c7f1432f937d2f0e6 (patch) | |
tree | b28e7e8090d5c5c9ec4777a3d5fd460b698a927a /src/fuzz/meson.build | |
parent | hwdb: Apply the same quirk to all the lis3lv02d devices (diff) | |
parent | fuzz-compress: add fuzzer for compression and decompression (diff) | |
download | systemd-8cb17a64c4d7a1a1588ada8c7f1432f937d2f0e6.tar.xz systemd-8cb17a64c4d7a1a1588ada8c7f1432f937d2f0e6.zip |
Merge pull request #10563 from keszybz/lz4-quickfix-quickfix
journal: adapt for new improved LZ4_decompress_safe_partial()
Diffstat (limited to 'src/fuzz/meson.build')
-rw-r--r-- | src/fuzz/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build index ab92fe2548..f1f1db2181 100644 --- a/src/fuzz/meson.build +++ b/src/fuzz/meson.build @@ -67,4 +67,8 @@ fuzzers += [ [libsystemd_journal_remote, libshared], []], + + [['src/fuzz/fuzz-compress.c'], + [libshared], + []], ] |