Update Centipede to 7a20b4e (#10021)

Update Centipede to its latest version (Jan 14 -> Mar 28).
Will push another PR to ClusterFuzz to capture the new crash log outputs
so that the RegEx in ClusterFuzz is consistent with the format test
cases in Centipede.
This commit is contained in:
Dongge Liu 2023-04-11 16:15:18 +10:00 committed by GitHub
parent fbc3b3452b
commit e3fdcc25ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ RUN precompile_honggfuzz
RUN cd $SRC && \
git clone https://github.com/google/centipede.git && \
cd centipede && \
git checkout eb91dd2157710e6c82579f8be19d7fab9423b781 && \
git checkout 7a20b4e58c8363df0fb73bc28927241043bc0dc2 && \
rm -rf .git
COPY precompile_centipede /usr/local/bin/