diff options
author | Fabian Meumertzheim <meumertzheim@code-intelligence.com> | 2021-05-04 08:52:17 -0700 |
---|---|---|
committer | Matt Morehouse <mascasa@google.com> | 2021-05-04 09:06:51 -0700 |
commit | b1048ff68298c1c4e303bbb77ca1832b2f873cd6 (patch) | |
tree | 557eef7acb8dbd01f57fa2ca15cbb172378aaadc /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | a6f79b56711e009440d00685e36c1fb919659202 (diff) | |
download | llvm-b1048ff68298c1c4e303bbb77ca1832b2f873cd6.zip llvm-b1048ff68298c1c4e303bbb77ca1832b2f873cd6.tar.gz llvm-b1048ff68298c1c4e303bbb77ca1832b2f873cd6.tar.bz2 |
[libFuzzer] Preserve position hint in auto dictionary
Currently, the position hint of an entry in the persistent auto
dictionary is fixed to 1. As a consequence, with a 50% chance, the entry
is applied right after the first byte of the input. As the position 1
does not appear to have any particular significance, this is likely a
bug that may have been caused by confusing the constructor parameter
with a success count.
This commit resolves the issue by preserving any existing position hint
or disabling the hint if the original entry didn't have one.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D101686
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions