Skip to content

Commit

Permalink
new experiment (google#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc authored Apr 24, 2023
1 parent 1893790 commit b4929ef
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_0/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 6e704e8a10d0e0033b0f8f03ee2a5bdee06e2c65 || \
git checkout a7340a1ac6c6165c8eb390a503758104c0d85bcb || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_1/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 21215ac21cfca26f18c5b59ceb71a3b5a2920244 || \
git checkout 581593ccab9516fbe372355fdb06180a5357e813 || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_2/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 1b2637545b6b9f171ea46ed6cf5164e8d05d1776 || \
git checkout 2516324d3edb8d7936de7f4279405885cb87351a || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_3/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout f1bcd378a2e55ee1559dde0d46e2bc32882c5b39 || \
git checkout 7bcd4e290111ca81d6d58d1b70696e9e9aaa5ac1 || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_4/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 6ec295db4e8188df410cf7dcccd1b3de5fbc2048 || \
git checkout 89ddd9998c0e955e0277ba077c7186b77615f0e8 || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_314_5/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 046a9520f3799f01d5df557f0a577171638e0c64 || \
git checkout 7038e56da3952c89a51596180578153918ce6eee || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN apt-get update && \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

# Download afl++.
RUN git clone https://github.com/vanhauser-thc/Alphuzzplusplus /afl && \
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 3ccb3724834321e550bc99ffd5cba7312f98f0c2 || \
git checkout 046a9520f3799f01d5df557f0a577171638e0c64 || \
true

RUN apt install -y lsb-release wget software-properties-common gnupg
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions service/experiment-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@
# Please add new experiment requests towards the top of this file.
#

- experiment: 2023-04-21-aflpp
description: "Find regression"
fuzzers:
- aflplusplus_mega
- aflplusplus_314_0
- aflplusplus_314_1
- aflplusplus_314_2
- aflplusplus_314_3
- aflplusplus_314_4
- aflplusplus_314_5
- aflplusplus_314_6
benchmarks:
- bloaty_fuzz_target
- sqlite3_ossfuzz

- experiment: 2023-04-15-alphaphuzz
description: "test variant"
fuzzers:
Expand Down

0 comments on commit b4929ef

Please sign in to comment.