Skip to content

Commit 719cb0a

Browse files
infra: bump fuzz introspector (#11611)
Contains improvements in various areas, including: - Copies more source code files such that introspector.oss-fuzz.com can reference them - Improvements on function signature generation Signed-off-by: David Korczynski <[email protected]> Co-authored-by: Oliver Chang <[email protected]>
1 parent f8a9a1a commit 719cb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/base-images/base-clang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
3636
RUN apt-get update && apt-get install -y git && \
3737
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
3838
cd fuzz-introspector && \
39-
git checkout d846ce162e7fba7ec98e34248eb2f76520552940 && \
39+
git checkout acc32a7ecfca4dc0446ca6aa3604adb01ee8ea7b && \
4040
git submodule init && \
4141
git submodule update && \
4242
apt-get autoremove --purge -y git && \

0 commit comments

Comments
 (0)