Commit 1e070364 authored by Jonathan Metzman's avatar Jonathan Metzman Committed by Commit Bot

[net_http_content_disposition_fuzzer] Fix dictionary.

Dictionary mistakenly used "\n" instead of encoding as hex ("\x0a")
causing exceptions on ClusterFuzz.

Bug: 1015442
Change-Id: Id27fb1de4c08ad9fbfc40ddcf1caac915a828259
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866878Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Reviewed-by: default avatarAsanka Herath <asanka@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Commit-Queue: Asanka Herath <asanka@chromium.org>
Auto-Submit: Jonathan Metzman <metzman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707039}
parent 6e02181b
......@@ -13,7 +13,10 @@
" "
","
"''"
"\n"
# A newline.
"\x0a"
"?"
"%"
"en"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment