diff options
author | van Hauser <vh@thc.org> | 2020-02-21 13:03:41 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-21 13:03:41 +0100 |
commit | b2373220e541951ec8458a05a4545d460a47062b (patch) | |
tree | 88517b9fcb40af9986bcaf696d29b569d2f913fa | |
parent | ad79688c5fe096de6fcdb8fbeee2d1b70ad801e9 (diff) | |
download | afl++-b2373220e541951ec8458a05a4545d460a47062b.tar.gz |
libradamsa-test fix
-rw-r--r-- | src/third_party/libradamsa/libradamsa-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/libradamsa/libradamsa-test.c b/src/third_party/libradamsa/libradamsa-test.c index 793c059d..53851083 100644 --- a/src/third_party/libradamsa/libradamsa-test.c +++ b/src/third_party/libradamsa/libradamsa-test.c @@ -57,7 +57,7 @@ int main(int nargs, char **argv) { if (!input || !output) { fail("failed to allocate buffers\n"); } - init(); + radamsa_init(); if (len != read(fd, input, len)) { fail("failed to read the entire sample at once"); } |