diff options
| author | van Hauser <vh@thc.org> | 2020-01-20 19:21:44 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-01-20 19:21:44 +0100 |
| commit | 0d5a8f69e9785cdaec4c9b62e186050112a7cb8f (patch) | |
| tree | 66b8ab7e980db520c468f2ef33f7f7618cf96d8f /libdislocator | |
| parent | 72058fdcbcdc707824bd4211ce528237afc1140e (diff) | |
| download | afl++-0d5a8f69e9785cdaec4c9b62e186050112a7cb8f.tar.gz | |
fixed Heiko's global search-replace :)
Diffstat (limited to 'libdislocator')
| -rw-r--r-- | libdislocator/libdislocator.so.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index b9ba8967..221a629b 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -417,6 +417,7 @@ void* reallocarray(void* ptr, size_t elem_len, size_t elem_cnt) { } return ret; + } __attribute__((constructor)) void __dislocator_init(void) { |
