diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-03-28 05:01:01 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-03-28 05:01:01 +0100 |
| commit | 8992c44c411174973528ca8874b8878e1109ca31 (patch) | |
| tree | d30bb7ae74bd445018016199a3e803fb105c2554 /examples | |
| parent | 53fd8fe6ea6aa07247444dedc33e3b2491ec2334 (diff) | |
| download | afl++-8992c44c411174973528ca8874b8878e1109ca31.tar.gz | |
if exponential growth is too much, don't doo it
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/post_library/post_library.so.c | 1 | ||||
| -rw-r--r-- | examples/post_library/post_library_png.so.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/post_library/post_library.so.c b/examples/post_library/post_library.so.c index 735aae9b..0aa780cb 100644 --- a/examples/post_library/post_library.so.c +++ b/examples/post_library/post_library.so.c @@ -156,3 +156,4 @@ void afl_postprocess_deinit(post_state_t *data) { free(data); } + diff --git a/examples/post_library/post_library_png.so.c b/examples/post_library/post_library_png.so.c index 8597c88c..41ba4f5e 100644 --- a/examples/post_library/post_library_png.so.c +++ b/examples/post_library/post_library_png.so.c @@ -153,3 +153,4 @@ void afl_postprocess_deinit(post_state_t *data) { free(data); } + |
