[llvm-bugs] [Bug 36148] Suspicious use of sizeof(pointer) in FuzzerMutate.cpp

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 30 10:30:57 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=36148

Matt Morehouse <mascasa at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Matt Morehouse <mascasa at google.com> ---
Fixed in r323802.  Couldn't find a compiler warning for this case.  Closest I
found was -Wsizeof-array-decay which requires the pointer to originally be
defined as an array anyway.

-- 
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/20180130/2d280030/attachment.html>


More information about the llvm-bugs mailing list