From 1596a09b5de2a50ab8d44218fc29b6d42f886305 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 18 Nov 2022 09:15:33 +0000 Subject: [PATCH] oss-fuzz: bump elfutils to make it less likely for the libbpf fuzz target to run into elfutils bugs that have been fixed upstream since two new fuzz targets were added there back in April. Signed-off-by: Evgeny Vereshchagin --- scripts/build-fuzzers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-fuzzers.sh b/scripts/build-fuzzers.sh index 75b3833..a704f47 100755 --- a/scripts/build-fuzzers.sh +++ b/scripts/build-fuzzers.sh @@ -44,7 +44,7 @@ rm -rf elfutils git clone git://sourceware.org/git/elfutils.git ( cd elfutils -git checkout 83251d4091241acddbdcf16f814e3bc6ef3df49a +git checkout e9f3045caa5c4498f371383e5519151942d48b6d git log --oneline -1 # ASan isn't compatible with -Wl,--no-undefined: https://github.com/google/sanitizers/issues/380