Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed)

Created:
4 years, 4 months ago by Jonathan Metzman
Modified:
4 years, 4 months ago
Reviewers:
Oliver Chang, inferno
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). Don't define VERSION during compilation, it is now hardcoded in a source file (it was previously in a Makefile). Update README.chromium to reflect this BUG=611337 Committed: https://crrev.com/6d909b8fa7cc8743810dbcd32970563f4cba53e2 Cr-Commit-Position: refs/heads/master@{#411524}

Patch Set 1 #

Patch Set 2 : Note in "Local Modifications" that we have removed dictionaries/. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1805 lines, -458 lines) Patch
M third_party/afl/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/afl/README.chromium View 1 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/afl/src/Makefile View 6 chunks +8 lines, -5 lines 0 comments Download
M third_party/afl/src/afl-analyze.c View 2 chunks +13 lines, -15 lines 0 comments Download
M third_party/afl/src/afl-as.h View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/afl/src/afl-fuzz.c View 53 chunks +373 lines, -241 lines 0 comments Download
M third_party/afl/src/afl-gcc.c View 2 chunks +11 lines, -1 line 0 comments Download
M third_party/afl/src/afl-showmap.c View 2 chunks +15 lines, -17 lines 0 comments Download
M third_party/afl/src/afl-tmin.c View 2 chunks +15 lines, -17 lines 0 comments Download
M third_party/afl/src/config.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/afl/src/docs/ChangeLog View 2 chunks +164 lines, -2 lines 0 comments Download
M third_party/afl/src/docs/INSTALL View 1 chunk +6 lines, -4 lines 0 comments Download
M third_party/afl/src/docs/QuickStartGuide.txt View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/afl/src/docs/README View 7 chunks +44 lines, -8 lines 0 comments Download
M third_party/afl/src/docs/env_variables.txt View 5 chunks +37 lines, -11 lines 0 comments Download
A third_party/afl/src/docs/life_pro_tips.txt View 1 chunk +123 lines, -0 lines 0 comments Download
M third_party/afl/src/docs/notes_for_asan.txt View 1 chunk +8 lines, -1 line 0 comments Download
M third_party/afl/src/docs/parallel_fuzzing.txt View 1 chunk +17 lines, -3 lines 0 comments Download
M third_party/afl/src/docs/perf_tips.txt View 2 chunks +3 lines, -25 lines 0 comments Download
M third_party/afl/src/docs/sister_projects.txt View 3 chunks +19 lines, -3 lines 0 comments Download
M third_party/afl/src/docs/status_screen.txt View 6 chunks +36 lines, -25 lines 0 comments Download
M third_party/afl/src/docs/technical_details.txt View 10 chunks +48 lines, -31 lines 0 comments Download
A third_party/afl/src/docs/visualization/afl_gzip.png View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/bash-cmd-exec.var View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/bash-uninit-mem.var View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/ffmpeg-h264-bad-ptr-800m.mp4 View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/ffmpeg-h264-bad-read.mp4 View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/ffmpeg-h264-call-stack-overflow.mp4 View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/firefox-bmp-leak.bmp View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/firefox-chrome-leak.jpg View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/firefox-gif-leak.gif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/firefox-gif-leak2.gif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/jxrlib-crash.jxr View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/jxrlib-crash2.jxr View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/jxrlib-crash3.jxr View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/jxrlib-crash4.jxr View Binary file 0 comments Download
A + third_party/afl/src/docs/vuln_samples/lesspipe-cpio-bad-write.cpio View Binary file 0 comments Download
A + third_party/afl/src/docs/vuln_samples/libjpeg-sos-leak.jpg View Binary file 0 comments Download
A + third_party/afl/src/docs/vuln_samples/libjpeg-turbo-dht-leak.jpg View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libtiff-bad-write.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libtiff-uninit-mem.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libtiff-uninit-mem2.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libtiff-uninit-mem3.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libtiff-uninit-mem4.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/libxml2-bad-read.xml View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/msie-dht-leak.jpg View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/msie-jxr-mem-leak.jxr View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/msie-png-mem-leak.png View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/msie-tiff-mem-leak.tif View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/msie-zlib-dos.png View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/openssl-null-ptr.der View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/openssl-null-ptr2.der View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/photoshop-mem-leak.jpg View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-bad-free.sql View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-bad-ptr.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-bad-ptr2.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-bad-ptr3.sql View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-heap-overflow.sql View 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/afl/src/docs/vuln_samples/sqlite-heap-overwrite.sql View 1 chunk +1 line, -6 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-negative-memset.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr1.sql View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr10.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr11.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr12.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr13.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr14.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr15.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr2.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr3.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr4.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr5.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr6.sql View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr7.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr8.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-null-ptr9.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-oob-read.sql View 1 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-oob-write.sql View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-stack-buf-overflow.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-stack-exhaustion.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-unint-mem.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/sqlite-use-after-free.sql View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/strings-stack-overflow View 1 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/afl/src/docs/vuln_samples/tcpdump-arp-crash.pcap View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/tcpdump-ppp-crash.pcap View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/unrtf-arbitrary-read.rtf View Binary file 0 comments Download
A third_party/afl/src/docs/vuln_samples/unzip-t-mem-corruption.zip View Binary file 0 comments Download
M third_party/afl/src/experimental/README.experiments View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/afl/src/experimental/post_library/post_library.so.c View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/afl/src/libdislocator/Makefile View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/afl/src/libdislocator/README.dislocator View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/afl/src/libdislocator/libdislocator.so.c View 1 chunk +257 lines, -0 lines 0 comments Download
A third_party/afl/src/libtokencap/Makefile View 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/afl/src/libtokencap/README.tokencap View 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/afl/src/libtokencap/libtokencap.so.c View 1 chunk +253 lines, -0 lines 0 comments Download
M third_party/afl/src/llvm_mode/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M third_party/afl/src/llvm_mode/README.llvm View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/afl/src/llvm_mode/afl-clang-fast.c View 4 chunks +17 lines, -3 lines 0 comments Download
M third_party/afl/src/llvm_mode/afl-llvm-rt.o.c View 2 chunks +35 lines, -4 lines 0 comments Download
A third_party/afl/src/testcases/README.testcases View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/afl/src/testcases/archives/common/ar/small_archive.a View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/afl/src/testcases/archives/common/bzip2/small_archive.bz2 View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/cab/small_archive.cab View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/compress/small_archive.Z View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/cpio/small_archive.cpio View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/gzip/small_archive.gz View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/lzo/small_archive.lzo View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/rar/small_archive.rar View Binary file 0 comments Download
A + third_party/afl/src/testcases/archives/common/tar/small_archive.tar View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/xz/small_archive.xz View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/common/zip/small_archive.zip View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/arj/small_archive.arj View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/lha/small_archive.lha View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/lrzip/small_archive.lrz View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/lzip/small_archive.lz View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/lzma/small_archive.lzma View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/rzip/small_archive.rz View Binary file 0 comments Download
A third_party/afl/src/testcases/archives/exotic/zoo/small_archive.zoo View Binary file 0 comments Download
A third_party/afl/src/testcases/images/bmp/not_kitty.bmp View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/gif/not_kitty.gif View Binary file 0 comments Download
A third_party/afl/src/testcases/images/ico/not_kitty.ico View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/jp2/not_kitty.jp2 View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/jpeg/not_kitty.jpg View Binary file 0 comments Download
A third_party/afl/src/testcases/images/jxr/not_kitty.jxr View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/png/not_kitty.png View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/png/not_kitty_alpha.png View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/png/not_kitty_gamma.png View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/png/not_kitty_icc.png View Binary file 0 comments Download
A + third_party/afl/src/testcases/images/tiff/not_kitty.tiff View Binary file 0 comments Download
A third_party/afl/src/testcases/images/webp/not_kitty.webp View Binary file 0 comments Download
A third_party/afl/src/testcases/multimedia/h264/small_movie.mp4 View Binary file 0 comments Download
A third_party/afl/src/testcases/others/js/small_script.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/testcases/others/pcap/small_capture.pcap View Binary file 0 comments Download
A third_party/afl/src/testcases/others/pdf/small.pdf View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/afl/src/testcases/others/rtf/small_document.rtf View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/afl/src/testcases/others/sql/simple_queries.sql View 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/afl/src/testcases/others/text/hello_world.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/afl/src/testcases/others/xml/small_document.xml View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/afl/src/types.h View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 33 (25 generated)
Jonathan Metzman
4 years, 4 months ago (2016-08-11 21:52:30 UTC) #5
inferno
lgtm
4 years, 4 months ago (2016-08-11 22:35:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2238013002/1
4 years, 4 months ago (2016-08-11 22:36:25 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/111188) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
4 years, 4 months ago (2016-08-11 22:42:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2238013002/20001
4 years, 4 months ago (2016-08-12 01:42:50 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2238013002/20001
4 years, 4 months ago (2016-08-12 02:24:14 UTC) #29
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-12 02:30:59 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 02:32:38 UTC) #33
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6d909b8fa7cc8743810dbcd32970563f4cba53e2
Cr-Commit-Position: refs/heads/master@{#411524}

Powered by Google App Engine
This is Rietveld 408576698