From: Arran Cudbard-Bell Date: Fri, 22 Mar 2024 17:01:11 +0000 (-0400) Subject: RTLD_DEFAULT for Linux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37971caebc034723aeedf6b1c02c6b04c4c73eb5;p=thirdparty%2Ffreeradius-server.git RTLD_DEFAULT for Linux --- diff --git a/src/bin/fuzzer.c b/src/bin/fuzzer.c index 00d239e18b6..37e6015d736 100644 --- a/src/bin/fuzzer.c +++ b/src/bin/fuzzer.c @@ -237,8 +237,8 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) * Search in our symbol space first. We may have been dynamically * or statically linked to the library we're fuzzing... */ - dl_proto = fuzzer_dict_init(RTLD_SELF, proto); - tp = fuzzer_test_point(RTLD_SELF, proto); + dl_proto = fuzzer_dict_init(RTLD_DEFAULT, proto); + tp = fuzzer_test_point(RTLD_DEFAULT, proto); /* * Failed to find the test point, try and load it in