[llvm-bugs] [Bug 31950] New: libfuzzer: Fixed word size
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 13 11:17:42 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=31950
Bug ID: 31950
Summary: libfuzzer: Fixed word size
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: kurt at roeckx.be
CC: kcc at google.com, llvm-bugs at lists.llvm.org
There is currently this in FuzzerDictionary.h:
typedef FixedWord<27> Word; // 28 bytes.
When checking a SHA256 or similar with memcpy(), it's not big enough. Can you
make that 64 bytes instead?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170213/f24beda4/attachment.html>
More information about the llvm-bugs
mailing list